Changeset 57333 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Aug 13, 2015 3:28:25 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/PC/BIOS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm
r57204 r57333 984 984 section CONST2 progbits vstart=0xd90 align=1 ; size=0x3fa class=DATA group=DGROUP 985 985 _bios_cvs_version_string: ; 0xf0d90 LB 0x12 986 db 'VirtualBox 5.0. 1', 000h, 000h986 db 'VirtualBox 5.0.2', 000h, 000h 987 987 _bios_prefix_string: ; 0xf0da2 LB 0x8 988 988 db 'BIOS: ', 000h, 000h … … 16349 16349 cpu_reset: ; 0xffff0 LB 0x10 16350 16350 jmp far 0f000h:0e05bh ; ea 5b e0 00 f0 16351 db 030h, 036h, 02fh, 032h, 033h, 02fh, 039h, 039h, 000h, 0fch, 08 8h16351 db 030h, 036h, 02fh, 032h, 033h, 02fh, 039h, 039h, 000h, 0fch, 087h -
trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.md5sum
r57204 r57333 1 d7945e92a92af6e64a9bb24a43d8c7fa*VBoxPcBios.rom1 6d3230e23c6948548bc0468e6f090fbd *VBoxPcBios.rom
Note:
See TracChangeset
for help on using the changeset viewer.