|
@@ -336,12 +336,6 @@ void hmp_info_roms(Monitor *mon, const QDict *qdict);
|
|
|
#define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \
|
|
|
rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, _as, true)
|
|
|
|
|
|
-#define PC_ROM_MIN_VGA 0xc0000
|
|
|
-#define PC_ROM_MIN_OPTION 0xc8000
|
|
|
-#define PC_ROM_MAX 0xe0000
|
|
|
-#define PC_ROM_ALIGN 0x800
|
|
|
-#define PC_ROM_SIZE (PC_ROM_MAX - PC_ROM_MIN_VGA)
|
|
|
-
|
|
|
int rom_add_vga(const char *file);
|
|
|
int rom_add_option(const char *file, int32_t bootindex);
|
|
|
|