Changeset 19 in vbox for trunk/src/VBox/VMM/VMMGC
- Timestamp:
- Jan 15, 2007 1:07:05 PM (18 years ago)
- Location:
- trunk/src/VBox/VMM/VMMGC
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/CPUMGCA.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 2 3 ; -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/VMMGC/MMRamGCA.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; MMRamGCA - Guest Context Ram access Assembly Routines. 2 4 ; 3 ; MMRamGCA - Guest Context Ram access Assembly Routines.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 ;******************************************************************************* 20 23 ;* Header Files * 21 24 ;******************************************************************************* 22 %include "VBox/ nasm.mac"25 %include "VBox/asmdefs.mac" 23 26 %include "VBox/err.mac" 24 27 %include "iprt/err.mac" -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 2 ;3 3 ; TRPM - Guest Context Trap Handlers 4 ; 4 5 5 6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH … … 26 27 %include "VBox/vm.mac" 27 28 %include "TRPMInternal.mac" 28 %include "iprt/err.mac"29 29 %include "VBox/err.mac" 30 30 -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/VMMGC/VMMGC.mac
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; VMMGC - Guest Context Assembly Macros. 2 4 ; 3 ; VMMGC - Guest Context Assembly Macros.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 __VMMGC_mac__ 20 23 %define __VMMGC_mac__ 21 24 22 %include "VBox/ nasm.mac"25 %include "VBox/asmdefs.mac" 23 26 24 27 -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/VMMGC/VMMGC0.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; VMMGC0 - The first object module in the link. 2 4 ; 3 ; VMMGC0 - The first object module in the link.4 5 6 ; 5 7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH 6 8 ; -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/VMMGC/VMMGC99.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; VMMGC0 - The first object module in the link. 2 4 ; 3 ; VMMGC0 - The first object module in the link.4 5 5 6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/VMMGC/VMMGCA.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; VMMGC - Guest Context Virtual Machine Monitor assembly routines. 2 4 ; 3 ; VMMGC - Guest Context Virtual Machine Monitor assembly routines.4 5 5 6 ; Copyright (C) 2006 InnoTek Systemberatung GmbH … … 20 21 ;* Header Files * 21 22 ;******************************************************************************* 22 %include "VBox/ nasm.mac"23 %include "VBox/asmdefs.mac" 23 24 %include "VBox/x86.mac" 24 25 -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.