Subversion Repositories Kolibri OS

Rev

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

Rev 2138 Rev 2259
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2010. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2010. 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: 2138 $
8
$Revision: 2259 $
9
 
9
 
10
; Old style system call converter
10
; Old style system call converter
11
align 16
11
align 16
Line 192... Line 192...
192
      dd sys_debug_services      ; 69-Debug
192
      dd sys_debug_services      ; 69-Debug
193
      dd file_system_lfn         ; 70-Common file system interface, version 2
193
      dd file_system_lfn         ; 70-Common file system interface, version 2
194
      dd syscall_window_settings ; 71-Window settings
194
      dd syscall_window_settings ; 71-Window settings
195
      dd sys_sendwindowmsg       ; 72-Send window message
195
      dd sys_sendwindowmsg       ; 72-Send window message
196
      dd blit_32                 ; 73-blitter;
196
      dd blit_32                 ; 73-blitter;
197
      dd sys_perf                ; 74 for debug purposes only
-
 
198
        times 255 - ( ($-servetable2) /4 )  dd undefined_syscall
197
        times 255 - ( ($-servetable2) /4 )  dd undefined_syscall
199
      dd sys_end                 ; -1-end application
198
      dd sys_end                 ; -1-end application
Line 200... Line 199...
200
 
199