Searched refs:start_seg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dpost.c72 void rom_scan(uint16_t start_seg, uint16_t end_seg) argument
77 DPRINT("Scanning for ROMs in %04X-%04X range\n", start_seg, end_seg);
79 while (start_seg < end_seg) {
80 rom = MK_FP(start_seg, 0);
83 DPRINT("Found ROM at segment %04X\n", start_seg);
95 start_seg += rom_blks / 4;
99 start_seg += 2048 >> 4;

Completed in 2778 milliseconds