Last change
on this file since 26ffad7 was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
571 bytes
|
Line | |
---|
1 | #ifndef CONFIG_CONSOLE_H |
---|
2 | #define CONFIG_CONSOLE_H |
---|
3 | |
---|
4 | /** @file |
---|
5 | * |
---|
6 | * Console configuration |
---|
7 | * |
---|
8 | * These options specify the console types that Etherboot will use for |
---|
9 | * interaction with the user. |
---|
10 | * |
---|
11 | */ |
---|
12 | |
---|
13 | FILE_LICENCE ( GPL2_OR_LATER ); |
---|
14 | |
---|
15 | #include <config/defaults.h> |
---|
16 | |
---|
17 | //#define CONSOLE_PCBIOS /* Default BIOS console */ |
---|
18 | //#define CONSOLE_SERIAL /* Serial port */ |
---|
19 | //#define CONSOLE_DIRECT_VGA /* Direct access to VGA card */ |
---|
20 | //#define CONSOLE_BTEXT /* Who knows what this does? */ |
---|
21 | //#define CONSOLE_PC_KBD /* Direct access to PC keyboard */ |
---|
22 | |
---|
23 | #endif /* CONFIG_CONSOLE_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.