Subversion Repositories Kolibri OS

Rev

Rev 4449 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4449 Rev 4467
Line 23... Line 23...
23
include 'mii.inc'
23
include 'mii.inc'
Line 24... Line 24...
24
 
24
 
Line 25... Line 25...
25
; Kernel variables
25
; Kernel variables
26
 
-
 
27
        PAGESIZE        = 4096
-
 
28
        PG_SW           = 0x003
-
 
Line 29... Line 26...
29
        PG_NOCACHE      = 0x018
26
 
Line 30... Line 27...
30
 
27
        PAGESIZE        = 4096
31
 
28
 
Line 92... Line 89...
92
        rep     stosb
89
        rep     stosb
93
     end if
90
     end if
Line 94... Line 91...
94
 
91
 
Line 95... Line -...
95
}
-
 
96
 
-
 
97
struc   IOCTL {
-
 
98
        .handle         dd ?
-
 
99
        .io_code        dd ?
-
 
100
        .input          dd ?
-
 
101
        .inp_size       dd ?
-
 
102
        .output         dd ?
-
 
103
        .out_size       dd ?
-
 
104
}
-
 
105
 
-
 
106
virtual at edx
-
 
107
  IOCTL IOCTL
-
 
Line 108... Line 92...
108
end virtual
92
}
109
 
93
 
110
 
94
 
111
if used null_op
95
if used null_op