Changeset 19 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jan 15, 2007 1:07:05 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17447
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; Assembly / C structure layout testcase. 2 4 ; 3 ; Make nasm create absolute symbols for the structure definition5 ; Make yasm/nasm create absolute symbols for the structure definition 4 6 ; which we can parse and make code from using objdump and sed. 7 ; 5 8 9 ; 6 10 ; Copyright (C) 2006 InnoTek Systemberatung GmbH 7 11 ; … … 17 21 ; distribution, then only the terms of your commercial VirtualBox 18 22 ; license agreement apply instead of the previous paragraph. 23 ; 19 24 20 25 %ifdef __AMD64__ -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/testcase/tstHelpA.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 2 ;3 3 ; testcase helpers. 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 %include "VBox/ nasm.mac"22 %include "VBox/asmdefs.mac" 21 23 %include "VBox/cpum.mac" 22 24 -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/testcase/tstMicro.mac
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; Micro Testcase, profiling special CPU operations. 2 4 ; 3 ; Micro Testcase, profiling special CPU operations.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 __tstMicro_mac__ -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/testcase/tstMicroGCA.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 2 3 ; tstMicroGCA 4 ; 5 6 ; 3 7 ; Copyright (C) 2006 InnoTek Systemberatung GmbH 4 8 ; … … 14 18 ; distribution, then only the terms of your commercial VirtualBox 15 19 ; license agreement apply instead of the previous paragraph. 16 20 ; 17 21 18 22 ;******************************************************************************* 19 23 ;* Header Files * 20 24 ;******************************************************************************* 21 %include "VBox/ nasm.mac"25 %include "VBox/asmdefs.mac" 22 26 %include "VBox/x86.mac" 23 27 %include "VBox/cpum.mac" -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/testcase/tstProg-1A.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; tstProg-1a assembly. 2 4 ; 3 ; tstProg-1a assembly.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 20 %include "VBox/nasm.mac" 22 %include "VBox/asmdefs.mac" 21 23 22 24 BEGINCODE -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/testcase/tstProg-2A.asm
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r19 1 ; $Id$ 1 2 ;; @file 3 ; tstProg-2a assembly. 2 4 ; 3 ; tstProg-2a assembly.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 %include "VBox/ nasm.mac"22 %include "VBox/asmdefs.mac" 20 23 21 24 BEGINCODE -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.