http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[config] Split console configuration out to config/console.h
[people/mcb30/gpxe.git]
/
src
/
config
/
defaults
/
pcbios.h
1
#ifndef CONFIG_DEFAULTS_PCBIOS_H
2
#define CONFIG_DEFAULTS_PCBIOS_H
3
4
/** @file
5
*
6
* Configuration defaults for PCBIOS
7
*
8
*/
9
10
#define IOAPI_X86
11
12
#define CONSOLE_PCBIOS
13
14
#endif /* CONFIG_DEFAULTS_PCBIOS_H */