Changeset 61504 in vbox for trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative386.asm
- Timestamp:
- Jun 6, 2016 6:37:24 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative386.asm
r61446 r61504 1079 1079 section CONST2 progbits vstart=0xd8e align=1 ; size=0x400 class=DATA group=DGROUP 1080 1080 _bios_cvs_version_string: ; 0xf0d8e LB 0x18 1081 db 'VirtualBox 5.1.0_BETA 1', 000h, 000h1081 db 'VirtualBox 5.1.0_BETA2', 000h, 000h 1082 1082 _bios_prefix_string: ; 0xf0da6 LB 0x8 1083 1083 db 'BIOS: ', 000h, 000h … … 17203 17203 cpu_reset: ; 0xffff0 LB 0x10 17204 17204 jmp far 0f000h:0e05bh ; ea 5b e0 00 f0 17205 db 030h, 036h, 02fh, 032h, 033h, 02fh, 039h, 039h, 000h, 0fch, 02 3h17205 db 030h, 036h, 02fh, 032h, 033h, 02fh, 039h, 039h, 000h, 0fch, 022h
Note:
See TracChangeset
for help on using the changeset viewer.