Changeset 19 in vbox for trunk/src/VBox/VMM/VMMSwitcher
- Timestamp:
- Jan 15, 2007 1:07:05 PM (18 years ago)
- Location:
- trunk/src/VBox/VMM/VMMSwitcher
- Files:
-
- 6 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
-
trunk/src/VBox/VMM/VMMSwitcher/32BitToPAE.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 ;******************************************************************************* … … 31 34 ;* Header Files * 32 35 ;******************************************************************************* 33 %include "VBox/ nasm.mac"36 %include "VBox/asmdefs.mac" 34 37 %include "VMMSwitcher/PAEand32Bit.mac" 35 38 -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 2 ;3 3 ; VMM - World Switchers, PAE to PAE 4 4 ; 5 5 6 ; 6 7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH 7 8 ; … … 17 18 ; distribution, then only the terms of your commercial VirtualBox 18 19 ; license agreement apply instead of the previous paragraph. 20 ; 19 21 20 22 ;******************************************************************************* … … 32 34 ;* Header Files * 33 35 ;******************************************************************************* 34 %include "VBox/ nasm.mac"36 %include "VBox/asmdefs.mac" 35 37 %include "VMMSwitcher/PAEand32Bit.mac" 36 38 -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; VMM - World Switchers, PAE to PAE 2 4 ; 3 ; VMM - World Switchers, PAE to PAE4 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
-
trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 2 ;3 3 ; VMM - World Switchers, template for PAE and 32-Bit. 4 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 ;%define DEBUG_STUFF 1 … … 22 25 ;* Header Files * 23 26 ;******************************************************************************* 24 %include "VBox/ nasm.mac"27 %include "VBox/asmdefs.mac" 25 28 %include "VBox/x86.mac" 26 29 %include "VBox/cpum.mac" -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; VMM - World Switchers. 2 4 ; 3 ; VMM - World Switchers.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 %ifndef __VMMSwitcher_mac__ -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.