Subversion Repositories Kolibri OS

Rev

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

Rev 1496 Rev 1497
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: 1496 $
8
$Revision: 1497 $
9
 
9
 
10
; Old style system call converter
10
; Old style system call converter
11
align 16
11
align 16
Line 161... Line 161...
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 0
165
      dd 0
166
      dd sys_gs                  ; 61-Direct graphics access
166
      dd 0
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
 
170
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
170
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 232... Line 232...
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 sys_IPC		 ; 60-Inter Process Communication
236
      dd sys_IPC		 ; 60-Inter Process Communication
237
      dd cross_order             ; 61-Direct graphics access
237
      dd sys_gs			 ; 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
242
      dd sys_process_def         ; 66-Process definitions - keyboard
242
      dd sys_process_def         ; 66-Process definitions - keyboard