Changeset 66145 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Mar 16, 2017 8:10:59 PM (8 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Shutdown.asm
r62484 r66145 32 32 cli 33 33 mov bl, 64 34 mov dx, 08900h34 mov dx, SHUTDOWN_PORT 35 35 %ifdef TMPL_16BIT 36 36 mov ax, cs -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.mac
r65366 r66145 1708 1708 ;; @} 1709 1709 1710 ;; The magic shutdown I/O port 1711 %define SHUTDOWN_PORT 0x040f 1710 1712 1711 1713 %endif
Note:
See TracChangeset
for help on using the changeset viewer.