Changeset 63571 in vbox for trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative286.asm
- Timestamp:
- Aug 16, 2016 5:35:30 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/VBoxBiosAlternative286.asm
r62509 r63571 1116 1116 section CONST2 progbits vstart=0xd8e align=1 ; size=0x3fa class=DATA group=DGROUP 1117 1117 _bios_cvs_version_string: ; 0xf0d8e LB 0x12 1118 db 'VirtualBox 5.1. 2', 000h, 000h1118 db 'VirtualBox 5.1.4', 000h, 000h 1119 1119 _bios_prefix_string: ; 0xf0da0 LB 0x8 1120 1120 db 'BIOS: ', 000h, 000h … … 17799 17799 cpu_reset: ; 0xffff0 LB 0x10 17800 17800 jmp far 0f000h:0e05bh ; ea 5b e0 00 f0 17801 db 030h, 036h, 02fh, 032h, 033h, 02fh, 039h, 039h, 000h, 0fch, 08 9h17801 db 030h, 036h, 02fh, 032h, 033h, 02fh, 039h, 039h, 000h, 0fch, 087h
Note:
See TracChangeset
for help on using the changeset viewer.