Subversion Repositories Kolibri OS

Rev

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

Rev 3732 Rev 3786
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3732 $
8
$Revision: 3786 $
9
 
9
 
Line 1197... Line 1197...
1197
        jbe     sys_sheduler
1197
        jbe     sys_sheduler
Line 1198... Line 1198...
1198
 
1198
 
1199
        cmp     ebx, 11
1199
        cmp     ebx, 11
Line 1200... Line 1200...
1200
        jb      .fail
1200
        jb      .fail
1201
 
1201
 
Line 1202... Line 1202...
1202
        cmp     ebx, 25
1202
        cmp     ebx, 27
1203
        ja      .fail
1203
        ja      .fail
1204
 
1204
 
Line 1308... Line 1308...
1308
.26:
1308
.26:
1309
        stdcall user_unmap, ecx, edx, esi
1309
        stdcall user_unmap, ecx, edx, esi
1310
        mov     [esp+32], eax
1310
        mov     [esp+32], eax
1311
        ret
1311
        ret
Line -... Line 1312...
-
 
1312
 
-
 
1313
.27:
-
 
1314
        cmp     ecx, OS_BASE
-
 
1315
        jae     .fail
-
 
1316
 
-
 
1317
        stdcall load_file_umode, ecx
-
 
1318
        mov     [esp+24], edx
-
 
1319
        mov     [esp+32], eax
-
 
1320
        ret
1312
 
1321
 
1313
.fail:
1322
.fail:
1314
        xor     eax, eax
1323
        xor     eax, eax
1315
        mov     [esp+32], eax
1324
        mov     [esp+32], eax
Line 1333... Line 1342...
1333
           dd f68.22   ; shmem_open
1342
           dd f68.22   ; shmem_open
1334
           dd f68.23   ; shmem_close
1343
           dd f68.23   ; shmem_close
1335
           dd f68.24   ; set exception handler
1344
           dd f68.24   ; set exception handler
1336
           dd f68.25   ; unmask exception
1345
           dd f68.25   ; unmask exception
1337
           dd f68.26   ; user_unmap
1346
           dd f68.26   ; user_unmap
-
 
1347
           dd f68.27   ; load_file_umode
Line 1338... Line 1348...
1338
 
1348
 
1339
 
1349