Subversion Repositories Kolibri OS

Rev

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

Rev 9221 Rev 9222
Line 75... Line 75...
75
format binary as "mnt"
75
format binary as "mnt"
Line 76... Line 76...
76
 
76
 
77
include 'macros.inc'
77
include 'macros.inc'
Line 78... Line 78...
78
include 'struct.inc'
78
include 'struct.inc'
Line 79... Line 79...
79
 
79
 
80
$Revision: 9221 $
80
$Revision: 9222 $
Line 5210... Line 5210...
5210
 
5210
 
Line 5211... Line 5211...
5211
align 4
5211
align 4
Line -... Line 5212...
-
 
5212
 
-
 
5213
syscall_writetext:                      ; WriteText
-
 
5214
 
-
 
5215
        push    esi    ;check pointer on kernel address.
-
 
5216
        test    ecx, 0x80000000
5212
 
5217
        jz      @f
5213
syscall_writetext:                      ; WriteText
5218
        mov     esi, 0
-
 
5219
@@:
Line 5214... Line 5220...
5214
 
5220
        stdcall is_region_userspace, edx, esi
5215
        stdcall is_region_userspace, edx, esi
5221
        jnz     .err
5216
        jnz     .err
5222
        pop     esi
5217
 
5223