1 #ifndef __HVMLOADER_CONFIG_SEABIOS_H__ 2 #define __HVMLOADER_CONFIG_SEABIOS_H__ 3 4 #define BIOS_INFO_PHYSICAL_ADDRESS 0x00001000 5 6 #endif /* __HVMLOADER_CONFIG_SEABIOS_H__ */ 7 8 /* 9 * Local variables: 10 * mode: C 11 * c-file-style: "BSD" 12 * c-basic-offset: 4 13 * tab-width: 4 14 * indent-tabs-mode: nil 15 * End: 16 */ 17