Subversion Repositories Kolibri OS

Rev

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

Rev 1369 Rev 1375
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: 1369 $
8
$Revision: 1375 $
9
 
9
 
10
; Old style system call converter
10
; Old style system call converter
11
align 16
11
align 16
Line 157... Line 157...
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 sound_interface         ; 55-Sound interface
161
      dd 0
161
      dd 0
162
      dd sys_pcibios             ; 57-PCI BIOS32
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 sys_IPC                 ; 60-Inter Process Communication
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
Line 235... Line 235...
235
      dd stack_driver_stat       ; 52-Stack driver status
235
      dd stack_driver_stat       ; 52-Stack driver status
236
      dd cross_order             ; 53-Socket interface
236
      dd cross_order             ; 53-Socket interface
237
      dd undefined_syscall       ; 54-reserved
237
      dd undefined_syscall       ; 54-reserved
238
      dd cross_order             ; 55-Sound interface
238
      dd cross_order             ; 55-Sound interface
239
      dd undefined_syscall       ; 56-reserved
239
      dd undefined_syscall       ; 56-reserved
240
      dd cross_order             ; 57-PCI BIOS32
240
      dd sys_pcibios             ; 57-PCI BIOS32
241
      dd cross_order             ; 58-Common file system interface
241
      dd cross_order             ; 58-Common file system interface
242
      dd undefined_syscall       ; 59-reserved
242
      dd undefined_syscall       ; 59-reserved
243
      dd cross_order             ; 60-Inter Process Communication
243
      dd cross_order             ; 60-Inter Process Communication
244
      dd cross_order             ; 61-Direct graphics access
244
      dd cross_order             ; 61-Direct graphics access
245
      dd cross_order             ; 62-PCI functions
245
      dd cross_order             ; 62-PCI functions