I do not understand what is CONSOLE_PCBIOS
|
2013-04-26, 07:34
Post: #1
|
|||
|
|||
I do not understand what is CONSOLE_PCBIOS
The documentation says:
Quote:The BIOS console uses a locally-attached keyboard and monitor for interaction with the user. You can enable or disable the BIOS console using the build option CONSOLE_PCBIOS. The BIOS console is enabled by default.Is this is true? In file config/console.h is disabled default (all consoles disabled): Code: //#define CONSOLE_PCBIOS /* Default BIOS console */ |
|||
2013-04-26, 07:56
Post: #2
|
|||
|
|||
RE: I do not understand what is CONSOLE_PCBIOS
It's not disabled, it's commented out, and that is because CONSOLE_PCBIOS is defined ON in the architecture-specific header files. That is to allow other architectures that doesn't support the same type of console (like EFI).
|
|||
2013-04-26, 08:52
Post: #3
|
|||
|
|||
RE: I do not understand what is CONSOLE_PCBIOS
So for BIOS AWARD 6.00PG CONSOLE_PCBIOS is default used in build?
|
|||
2013-04-26, 10:04
Post: #4
|
|||
|
|||
RE: I do not understand what is CONSOLE_PCBIOS
(2013-04-26 08:52)Maniek Wrote: So for BIOS AWARD 6.00PG CONSOLE_PCBIOS is default used in build? Yes. For any build of iPXE that will run on a PC BIOS, the BIOS console (i.e. CONSOLE_PCBIOS) will be enabled by default. The enabling happens in config/default/pcbios.h, which you should not edit. If you want to explicitly disable the BIOS console, you can do so by adding "#undef CONSOLE_PCBIOS" to config/local/console.h. Michael |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)