Changeset 19 in vbox for trunk/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm
- Timestamp:
- Jan 15, 2007 1:07:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; VMM - World Switchers, 32-Bit to 32-Bit. 2 4 ; 3 ; VMM - World Switchers, 32-Bit to 32-Bit.4 5 6 ; 5 7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH 6 8 ; … … 16 18 ; distribution, then only the terms of your commercial VirtualBox 17 19 ; license agreement apply instead of the previous paragraph. 20 ; 18 21 19 22 ;******************************************************************************* … … 30 33 ;* Header Files * 31 34 ;******************************************************************************* 32 %include "VBox/ nasm.mac"35 %include "VBox/asmdefs.mac" 33 36 %include "VMMSwitcher/PAEand32Bit.mac" 34 37 -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.