pcbios.h

Go to the documentation of this file.
00001 #ifndef CONFIG_DEFAULTS_PCBIOS_H
00002 #define CONFIG_DEFAULTS_PCBIOS_H
00003 
00004 /** @file
00005  *
00006  * Configuration defaults for PCBIOS
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               /* ELF image support */
00022 #define IMAGE_MULTIBOOT         /* MultiBoot image support */
00023 #define IMAGE_PXE               /* PXE image support */
00024 #define IMAGE_SCRIPT            /* gPXE script image support */
00025 #define IMAGE_BZIMAGE           /* Linux bzImage image support */
00026 #define IMAGE_COMBOOT           /* SYSLINUX COMBOOT image support */
00027 
00028 #define PXE_STACK               /* PXE stack in gPXE - required for PXELINUX */
00029 #define PXE_MENU                /* PXE menu booting */
00030 #define PXE_CMD                 /* PXE commands */
00031 
00032 #define SANBOOT_PROTO_ISCSI     /* iSCSI protocol */
00033 #define SANBOOT_PROTO_AOE       /* AoE protocol */
00034 
00035 #endif /* CONFIG_DEFAULTS_PCBIOS_H */

Generated on Tue Apr 6 20:00:51 2010 for gPXE by  doxygen 1.5.7.1