Subversion Repositories Kolibri OS

Rev

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

Rev 1495 Rev 1496
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: 1495 $
8
$Revision: 1496 $
9
 
9
 
10
; Old style system call converter
10
; Old style system call converter
11
align 16
11
align 16
Line 155... Line 155...
155
      dd 0
155
      dd 0
156
      dd 0
156
      dd 0
157
      dd 0
157
      dd 0
158
      dd socket                  ; 53-Socket interface
158
      dd socket                  ; 53-Socket interface
159
      dd 0
159
      dd 0
160
      dd sound_interface         ; 55-Sound interface
160
      dd 0
161
      dd 0
161
      dd 0
162
      dd 0
162
      dd 0
163
      dd file_system             ; 58-Common file system interface
163
      dd file_system             ; 58-Common file system interface
164
      dd 0
164
      dd 0
165
      dd sys_IPC                 ; 60-Inter Process Communication
165
      dd 0
166
      dd sys_gs                  ; 61-Direct graphics access
166
      dd sys_gs                  ; 61-Direct graphics access
167
      dd sys_pci                 ; 62-PCI functions
167
      dd sys_pci                 ; 62-PCI functions
168
      dd sys_msg_board           ; 63-System message board
168
      dd sys_msg_board           ; 63-System message board
Line 169... Line 169...
169
 
169
 
Line 226... Line 226...
226
      dd syscall_set_window_shape ; 50-Window shape & scale
226
      dd syscall_set_window_shape ; 50-Window shape & scale
227
      dd syscall_threads         ; 51-Threads
227
      dd syscall_threads         ; 51-Threads
228
      dd stack_driver_stat       ; 52-Stack driver status
228
      dd stack_driver_stat       ; 52-Stack driver status
229
      dd cross_order             ; 53-Socket interface
229
      dd cross_order             ; 53-Socket interface
230
      dd undefined_syscall       ; 54-reserved
230
      dd undefined_syscall       ; 54-reserved
231
      dd cross_order             ; 55-Sound interface
231
      dd sound_interface	 ; 55-Sound interface
232
      dd undefined_syscall       ; 56-reserved
232
      dd undefined_syscall       ; 56-reserved
233
      dd sys_pcibios             ; 57-PCI BIOS32
233
      dd sys_pcibios             ; 57-PCI BIOS32
234
      dd cross_order             ; 58-Common file system interface
234
      dd cross_order             ; 58-Common file system interface
235
      dd undefined_syscall       ; 59-reserved
235
      dd undefined_syscall       ; 59-reserved
236
      dd cross_order             ; 60-Inter Process Communication
236
      dd sys_IPC		 ; 60-Inter Process Communication
237
      dd cross_order             ; 61-Direct graphics access
237
      dd cross_order             ; 61-Direct graphics access
238
      dd cross_order             ; 62-PCI functions
238
      dd cross_order             ; 62-PCI functions
239
      dd cross_order             ; 63-System message board
239
      dd cross_order             ; 63-System message board
240
      dd sys_resize_app_memory   ; 64-Resize application memory usage
240
      dd sys_resize_app_memory   ; 64-Resize application memory usage
241
      dd sys_putimage_palette    ; 65-PutImagePalette
241
      dd sys_putimage_palette    ; 65-PutImagePalette