Subversion Repositories Kolibri OS

Rev

Rev 9950 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9950 Rev 10051
Line 1... Line 1...
1
; Simple test for ring-3 debugging of mtrr.inc.
1
; Simple test for ring-3 debugging of mtrr.inc.
2
; Contains some inputs taken from real-life MTRRs and expected outputs.
2
; Contains some inputs taken from real-life MTRRs and expected outputs.
3
format PE console
3
format PE console
4
;include 'win32a.inc'
4
;include 'win32a.inc'
5
macro $Revision [args]
-
 
6
{
-
 
7
}
5
 
8
macro ignore_empty_revision_keyword {
-
 
9
  macro $Revi#sion$ \{\}
-
 
10
}
-
 
11
ignore_empty_revision_keyword
-
 
12
include '../proc32.inc'
6
include '../proc32.inc'
13
include '../struct.inc'
7
include '../struct.inc'
14
entry start
8
entry start
Line 15... Line 9...
15
 
9