Subversion Repositories Kolibri OS

Rev

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

Rev 1599 Rev 1626
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: 1599 $
8
$Revision: 1626 $
9
 
9
 
10
; Old style system call converter
10
; Old style system call converter
11
align 16
11
align 16
Line 74... Line 74...
74
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
74
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
75
align 32
75
align 32
76
syscall_entry:
76
syscall_entry:
77
;       push    ecx
77
;       push    ecx
78
	  sti
78
	  sti
79
        xor   eax, 3
79
        and   eax, 3
80
        call    dword [servetable3 + eax * 4]
80
        call    dword [servetable3 + eax * 4]
Line 81... Line 81...
81
 
81
 
82
;       pop     ecx
82
 ;      pop     ecx
Line 185... Line 185...
185
      dd sys_end                 ; -1-end application
185
      dd sys_end                 ; -1-end application
Line 186... Line 186...
186
 
186
 
187
align 4
187
align 4
Line 188... Line 188...
188
servetable3:
188
servetable3:
189
	
189
	
190
	dd 	paleholder	; 0
190
	dd 	FFT4	; 0
191
	dd 	paleholder	; 1
191
	dd 	FFT4	; 1
Line 192... Line 192...
192
	dd 	paleholder	; 2
192
	dd 	paleholder	; 2