Subversion Repositories Kolibri OS

Rev

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

Rev 1376 Rev 2364
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 1376 $
8
$Revision: 2364 $
9
 
9
 
10
; Old style system call converter
10
; Old style system call converter
11
align 16
11
align 16
Line 251... Line 251...
251
      dd f68			 ; 68-Some internal services
251
      dd f68			 ; 68-Some internal services
252
      dd sys_debug_services      ; 69-Debug
252
      dd sys_debug_services	 ; 69-Debug
253
      dd cross_order             ; 70-Common file system interface, version 2
253
      dd cross_order		 ; 70-Common file system interface, version 2
254
      dd syscall_windowsettings  ; 71-Window settings
254
      dd syscall_windowsettings  ; 71-Window settings
255
      dd sys_sendwindowmsg       ; 72-Send window message
255
      dd sys_sendwindowmsg	 ; 72-Send window message
-
 
256
      dd undefined_syscall	 ; 73-reserved for blitter
256
      dd sys_network		 ; 73-Network stack
257
      dd sys_network		 ; 74-Network stack
257
      dd sys_socket		 ; 74-Sockets
258
      dd sys_socket		 ; 75-Sockets
258
      dd sys_protocols		 ; 75-Protocols
259
      dd sys_protocols		 ; 76-Protocols
259
        times 255 - ( ($-servetable2) /4 )  dd undefined_syscall
260
	times 255 - ( ($-servetable2) /4 )  dd undefined_syscall
260
      dd sys_end                 ; -1-end application
261
      dd sys_end		 ; -1-end application
Line 261... Line 262...
261
 
262