zoukankan      html  css  js  c++  java
  • What is CSM mode?

    CSM: Compatibility Support Mode

    The CSM provides additional functionality to UEFI. This additional functionality permits the loading of a traditional OS or the use of a traditional OpROM. 

    The CSM operates in two distinct environments:

    1.Booting a traditional or non-EFI-aware OS. 

    The first operation, booting a traditional or non-EFI-aware OS, is the traditional environment. It is expected that traditional OpROMs will be around long after traditional OSs have been replaced by EFI-aware OSs. The code that is required to load a UEFI-aware OS is a subset of the code that is required to boot a traditional (non-EFI-aware) OS.

    2.Loading a UEFI-aware OS a device that is controlled by a traditional Option ROM.

    To make things simple, a device ideally (eg the onboard graphic controller) has a native UEFI driver but for compatibility with an older/non-UEFI aware operating system, the CSM allows the loading of the old style PCI Option ROMs we are all familiar with. You need either one or the other. If you load a UEFI driver, the legacy PCI Option ROM is not used. The CSM also allows you to boot operating systems that have no idea what UEFI is.

     

    The TEM150 UEFI has these options for CSM:

     1."Legacy" ,(This allows you to manually set priorities for different types of devices eg "Legacy " means that if both are available, the legacy driver will be chosen.)

     2."UEFI" (This allows you to manually set priorities for different types of devices eg "UEFI " means that if both are available, the UEFI driver will be chosen.)

     3."Do not launch" This disables CSM entirely with all its functions and runs in UEFI-only mode. This option boots a lot faster because it doesn't load or wait for any legacy components.

        If your graphics cards and any other expansion cards etc fully support UEFI, you can just turn it off (this is how I set it).

  • 相关阅读:
    java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized...
    Spring Security 自定义 登陆 权限验证
    springboot中使用spring security,登录url就出现403错误
    RocketMQ最佳实践
    JS 中获取服务器时间的注意点
    许小年:中国经济刚入寒冬,四万亿也救不了
    RestTemplate发送GET请求
    String类的format方法的用法
    参数的打包和解包实例
    16.return 返回值
  • 原文地址:https://www.cnblogs.com/yongdaiblog-201409/p/6683793.html
Copyright © 2011-2022 走看看