iPXE
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
b
d
i
p
s
t
u
v
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
config
console.h
Go to the documentation of this file.
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 iPXE will use for
9
* interaction with the user.
10
*
11
*/
12
13
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
14
15
#include <
config/defaults.h
>
16
17
/*
18
* Default console types
19
*
20
* These are all enabled by default for the appropriate platforms.
21
* You may disable them if needed.
22
*
23
*/
24
25
//#undef CONSOLE_PCBIOS /* Default BIOS console */
26
//#undef CONSOLE_EFI /* Default EFI console */
27
//#undef CONSOLE_LINUX /* Default Linux console */
28
29
/*
30
* Additional console types
31
*
32
* These are not enabled by default, but may be useful in your
33
* environment.
34
*
35
*/
36
37
//#define CONSOLE_SERIAL /* Serial port console */
38
//#define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */
39
//#define CONSOLE_SYSLOG /* Syslog console */
40
//#define CONSOLE_SYSLOGS /* Encrypted syslog console */
41
//#define CONSOLE_VMWARE /* VMware logfile console */
42
//#define CONSOLE_DEBUGCON /* Bochs/QEMU/KVM debug port console */
43
//#define CONSOLE_INT13 /* INT13 disk log console */
44
//#define CONSOLE_SBI /* RISC-V SBI debug console */
45
46
/*
47
* Very obscure console types
48
*
49
* You almost certainly do not need to enable these.
50
*
51
*/
52
53
//#define CONSOLE_DIRECT_VGA /* Direct access to VGA card */
54
//#define CONSOLE_PC_KBD /* Direct access to PC keyboard */
55
56
/* Keyboard map (available maps in hci/keymap/) */
57
#define KEYBOARD_MAP us
58
59
/* Control which syslog() messages are generated.
60
*
61
* Note that this is not related in any way to CONSOLE_SYSLOG.
62
*/
63
#define LOG_LEVEL LOG_NONE
64
65
#include <
config/named.h
>
66
#include NAMED_CONFIG(console.h)
67
#include <
config/local/console.h
>
68
#include LOCAL_NAMED_CONFIG(console.h)
69
70
#endif
/* CONFIG_CONSOLE_H */
named.h
Named configurations.
console.h
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
defaults.h
Generated by
1.8.15