Subversion Repositories Kolibri OS

Rev

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

Rev 7327 Rev 7828
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: 7327 $
8
$Revision: 7828 $
9
 
9
 
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
11
;;                                                            ;;
11
;;                                                            ;;
Line 177... Line 177...
177
      dd sys_protocols           ; 76-reserved for new stack
177
      dd sys_protocols           ; 76-reserved for new stack
178
      dd sys_posix               ; posix support
178
      dd sys_posix               ; posix support
179
      dd undefined_syscall       ; 78-free
179
      dd undefined_syscall       ; 78-free
180
      dd undefined_syscall       ; 79-free
180
      dd undefined_syscall       ; 79-free
181
      dd fileSystemUnicode       ; 80-File system interface for different encodings
181
      dd fileSystemUnicode       ; 80-File system interface for different encodings
-
 
182
      dd sys_array               ; 81-Array
Line 182... Line 183...
182
 
183
 
183
        times 255 - ( ($-servetable2) /4 )  dd undefined_syscall
184
        times 255 - ( ($-servetable2) /4 )  dd undefined_syscall
Line 184... Line 185...
184
      dd sys_end                 ; -1-end application
185
      dd sys_end                 ; -1-end application