pcbios.h
Go to the documentation of this file.00001 #ifndef CONFIG_DEFAULTS_PCBIOS_H
00002 #define CONFIG_DEFAULTS_PCBIOS_H
00003
00004
00005
00006
00007
00008
00009
00010 FILE_LICENCE ( GPL2_OR_LATER );
00011
00012 #define UACCESS_LIBRM
00013 #define IOAPI_X86
00014 #define PCIAPI_PCBIOS
00015 #define TIMER_PCBIOS
00016 #define CONSOLE_PCBIOS
00017 #define NAP_PCBIOS
00018 #define UMALLOC_MEMTOP
00019 #define SMBIOS_PCBIOS
00020
00021 #define IMAGE_ELF
00022 #define IMAGE_MULTIBOOT
00023 #define IMAGE_PXE
00024 #define IMAGE_SCRIPT
00025 #define IMAGE_BZIMAGE
00026 #define IMAGE_COMBOOT
00027
00028 #define PXE_STACK
00029 #define PXE_MENU
00030 #define PXE_CMD
00031
00032 #define SANBOOT_PROTO_ISCSI
00033 #define SANBOOT_PROTO_AOE
00034
00035 #endif