Subversion Repositories Kolibri OS

Rev

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

Rev 3545 Rev 3614
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3545 $
8
$Revision: 3614 $
9
 
9
 
10
; Old style system call converter
10
; Old style system call converter
11
align 16
11
align 16
Line 119... Line 119...
119
      dd 0
119
      dd 0
120
      dd file_system             ; 58-Common file system interface
120
      dd file_system             ; 58-Common file system interface
121
      dd 0
121
      dd 0
122
      dd 0
122
      dd 0
123
      dd 0
123
      dd 0
124
      dd 0                       ; 62-PCI functions
124
      dd 0
125
      dd sys_msg_board           ; 63-System message board
125
      dd 0
Line 126... Line 126...
126
 
126
 
127
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
127
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
128
  ;; NEW SYSTEM FUNCTIONS TABLE ;;
128
  ;; NEW SYSTEM FUNCTIONS TABLE ;;
129
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
129
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 190... Line 190...
190
      dd sys_pcibios             ; 57-PCI BIOS32
190
      dd sys_pcibios             ; 57-PCI BIOS32
191
      dd cross_order             ; 58-Common file system interface
191
      dd cross_order             ; 58-Common file system interface
192
      dd undefined_syscall       ; 59-reserved
192
      dd undefined_syscall       ; 59-reserved
193
      dd sys_IPC                 ; 60-Inter Process Communication
193
      dd sys_IPC                 ; 60-Inter Process Communication
194
      dd sys_gs                  ; 61-Direct graphics access
194
      dd sys_gs                  ; 61-Direct graphics access
195
      dd pci_api        ;cross_order             ; 62-PCI functions
195
      dd pci_api                 ; 62-PCI functions
196
      dd cross_order             ; 63-System message board
196
      dd sys_msg_board           ; 63-System message board
197
      dd sys_resize_app_memory   ; 64-Resize application memory usage
197
      dd sys_resize_app_memory   ; 64-Resize application memory usage
198
      dd sys_putimage_palette    ; 65-PutImagePalette
198
      dd sys_putimage_palette    ; 65-PutImagePalette
199
      dd sys_process_def         ; 66-Process definitions - keyboard
199
      dd sys_process_def         ; 66-Process definitions - keyboard
200
      dd syscall_move_window     ; 67-Window move or resize
200
      dd syscall_move_window     ; 67-Window move or resize
201
      dd f68                     ; 68-Some internal services
201
      dd f68                     ; 68-Some internal services