Subversion Repositories Kolibri OS

Rev

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

Rev 1587 Rev 1599
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: 1587 $
8
$Revision: 1599 $
9
 
9
 
10
; Old style system call converter
10
; Old style system call converter
11
align 16
11
align 16
Line 97... Line 97...
97
      dd 0
97
      dd 0
98
      dd file_system             ; 58-Common file system interface
98
      dd file_system             ; 58-Common file system interface
99
      dd 0
99
      dd 0
100
      dd 0
100
      dd 0
101
      dd 0
101
      dd 0
102
      dd 0;sys_pci                 ; 62-PCI functions
102
      dd sys_pci                 ; 62-PCI functions
103
      dd sys_msg_board           ; 63-System message board
103
      dd sys_msg_board           ; 63-System message board
Line 104... Line 104...
104
 
104
 
105
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
105
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
106
  ;; NEW SYSTEM FUNCTIONS TABLE ;;
106
  ;; NEW SYSTEM FUNCTIONS TABLE ;;
Line 168... Line 168...
168
      dd sys_pcibios             ; 57-PCI BIOS32
168
      dd sys_pcibios             ; 57-PCI BIOS32
169
      dd cross_order             ; 58-Common file system interface
169
      dd cross_order             ; 58-Common file system interface
170
      dd undefined_syscall       ; 59-reserved
170
      dd undefined_syscall       ; 59-reserved
171
      dd sys_IPC		 ; 60-Inter Process Communication
171
      dd sys_IPC		 ; 60-Inter Process Communication
172
      dd sys_gs			 ; 61-Direct graphics access
172
      dd sys_gs			 ; 61-Direct graphics access
173
      dd pci_api;cross_order             ; 62-PCI functions
173
      dd cross_order             ; 62-PCI functions
174
      dd cross_order             ; 63-System message board
174
      dd cross_order             ; 63-System message board
175
      dd sys_resize_app_memory   ; 64-Resize application memory usage
175
      dd sys_resize_app_memory   ; 64-Resize application memory usage
176
      dd sys_putimage_palette    ; 65-PutImagePalette
176
      dd sys_putimage_palette    ; 65-PutImagePalette
177
      dd sys_process_def         ; 66-Process definitions - keyboard
177
      dd sys_process_def         ; 66-Process definitions - keyboard
178
      dd syscall_move_window     ; 67-Window move or resize
178
      dd syscall_move_window     ; 67-Window move or resize