david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/config/defaults/pcbios.h

26 lines
625 B
C
Raw Normal View History

#ifndef CONFIG_DEFAULTS_PCBIOS_H
#define CONFIG_DEFAULTS_PCBIOS_H
/** @file
*
* Configuration defaults for PCBIOS
*
*/
#define UACCESS_LIBRM
#define IOAPI_X86
2008-10-12 13:50:44 +02:00
#define PCIAPI_PCBIOS
#define TIMER_PCBIOS
#define CONSOLE_PCBIOS
2008-10-13 00:34:45 +02:00
#define NAP_PCBIOS
#define UMALLOC_MEMTOP
#define IMAGE_ELF /* ELF image support */
#define IMAGE_MULTIBOOT /* MultiBoot image support */
#define IMAGE_PXE /* PXE image support */
#define IMAGE_SCRIPT /* gPXE script image support */
#define IMAGE_BZIMAGE /* Linux bzImage image support */
#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */
#endif /* CONFIG_DEFAULTS_PCBIOS_H */