Changeset 57162 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Aug 3, 2015 4:36:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/orgs.asm
r56292 r57162 585 585 586 586 C_SETUP ; in case assembly code changed things 587 call _print_bios_banner588 589 587 ;; Scan for additional ROMs in the C800-EFFF range 590 588 mov ax, 0C800h 591 589 mov dx, 0F000h 592 590 call rom_scan_ 593 591 592 call _print_bios_banner 593 594 594 ;; El Torito floppy/hard disk emulation 595 595 call _cdemu_init
Note:
See TracChangeset
for help on using the changeset viewer.