Subversion Repositories Kolibri OS

Rev

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

Rev 1494 Rev 1495
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: 1494 $
8
$Revision: 1495 $
9
 
9
 
10
; Old style system call converter
10
; Old style system call converter
11
align 16
11
align 16
Line 164... Line 164...
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
168
      dd sys_msg_board           ; 63-System message board
168
      dd sys_msg_board           ; 63-System message board
169
      dd 0
-
 
170
      dd syscall_putimage_palette; 65-PutImagePalette
-
 
Line 171... Line 169...
171
 
169
 
172
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
170
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
173
  ;; NEW SYSTEM FUNCTIONS TABLE ;;
171
  ;; NEW SYSTEM FUNCTIONS TABLE ;;
174
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
172
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 238... Line 236...
238
      dd cross_order             ; 60-Inter Process Communication
236
      dd cross_order             ; 60-Inter Process Communication
239
      dd cross_order             ; 61-Direct graphics access
237
      dd cross_order             ; 61-Direct graphics access
240
      dd cross_order             ; 62-PCI functions
238
      dd cross_order             ; 62-PCI functions
241
      dd cross_order             ; 63-System message board
239
      dd cross_order             ; 63-System message board
242
      dd sys_resize_app_memory   ; 64-Resize application memory usage
240
      dd sys_resize_app_memory   ; 64-Resize application memory usage
243
      dd cross_order             ; 65-PutImagePalette
241
      dd sys_putimage_palette    ; 65-PutImagePalette
244
      dd sys_process_def         ; 66-Process definitions - keyboard
242
      dd sys_process_def         ; 66-Process definitions - keyboard
245
      dd syscall_move_window     ; 67-Window move or resize
243
      dd syscall_move_window     ; 67-Window move or resize
246
      dd f68			 ; 68-Some internal services
244
      dd f68			 ; 68-Some internal services
247
      dd sys_debug_services      ; 69-Debug
245
      dd sys_debug_services      ; 69-Debug
248
      dd file_system_lfn         ; 70-Common file system interface, version 2
246
      dd file_system_lfn         ; 70-Common file system interface, version 2