Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
buildcfg:console_pcbios [2012/03/27 10:55]
mcb30
buildcfg:console_pcbios [2012/04/18 15:53]
mcb30
Line 18: Line 18:
  
     #undef CONSOLE_PCBIOS ​       /* Default BIOS console */     #undef CONSOLE_PCBIOS ​       /* Default BIOS console */
 +
 +=== Exclude debug messages from the default BIOS console ===
 +
 +    #undef CONSOLE_PCBIOS
 +    #define CONSOLE_PCBIOS ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_DEBUG )
  
 ===== Description ===== ===== Description =====
Line 28: Line 33:
   * [[:​console|Console configuration]] in iPXE   * [[:​console|Console configuration]] in iPXE
   * [[:​buildcfg|List of all iPXE build options]]   * [[:​buildcfg|List of all iPXE build options]]
 +
 +===== Notes =====
 +
 +Most BIOSes assume a US keyboard map.  You can use the build option ''​[[:​buildcfg:​KEYBOARD_MAP]]''​ to change the keyboard map used by iPXE.
 +
 +The BIOS console is usually enabled by default. ​ If you want to change the console usages associated with the default BIOS console, you will need to use ''#​undef CONSOLE_PCBIOS''​ before specifying your preferred usages. ​ For example:
 +
 +    #undef CONSOLE_PCBIOS
 +    #define CONSOLE_PCBIOS ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_DEBUG )
  
buildcfg/console_pcbios.txt ยท Last modified: 2012/04/18 15:53 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.