Changeset 60439 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-rm.asm
- Timestamp:
- Apr 11, 2016 7:08:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-first-rm.asm
r59863 r60439 45 45 ; Nothing to init here, just call main and shutdown if it returns. 46 46 ; 47 mov ax, BS3 DATA1647 mov ax, BS3_SEL_DATA16 48 48 mov es, ax 49 49 mov ds, ax
Note:
See TracChangeset
for help on using the changeset viewer.