Subversion Repositories Kolibri OS

Rev

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

Rev 6079 Rev 6244
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 6079 $
8
$Revision: 6244 $
9
 
9
 
10
 
10
 
Line 356... Line 356...
356
 
356
 
357
STDIN_FILENO    equ 0
357
STDIN_FILENO       equ 0
358
STDOUT_FILENO   equ 1
358
STDOUT_FILENO      equ 1
Line -... Line 359...
-
 
359
STDERR_FILENO      equ 2
-
 
360
 
-
 
361
SYSTEM_SHUTDOWN    equ 2
-
 
362
SYSTEM_REBOOT      equ 3
359
STDERR_FILENO   equ 2
363
SYSTEM_RESTART     equ 4
360
 
364
 
361
struct SYSCALL_STACK
365
struct SYSCALL_STACK
362
        _eip            dd ?
366
        _eip            dd ?
363
        _edi            dd ?    ;  +4
367
        _edi            dd ?    ;  +4