Subversion Repositories Kolibri OS

Rev

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

Rev 837 Rev 859
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
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 802 $
8
$Revision: 859 $
9
 
9
 
10
 
10
 
Line 211... Line 211...
211
        mov [esi+APPDATA.saved_esp], esp
211
        mov [esi+APPDATA.saved_esp], esp
212
        mov esp, [ebx+APPDATA.saved_esp]
212
        mov esp, [ebx+APPDATA.saved_esp]
Line 213... Line 213...
213
 
213
 
Line 214... Line 214...
214
; set thread io map
214
; set thread io map
215
 
215
 
216
        mov ecx, [ebx+APPDATA.io_map]
216
     ;   mov ecx, [ebx+APPDATA.io_map]
217
        mov edx, [ebx+APPDATA.io_map+4]
217
     ;   mov edx, [ebx+APPDATA.io_map+4]
Line 218... Line 218...
218
        mov dword [page_tabs+((tss._io_map_0 and -4096) shr 10)], ecx
218
     ;   mov dword [page_tabs+((tss._io_map_0 and -4096) shr 10)], ecx
219
        mov dword [page_tabs+((tss._io_map_1 and -4096) shr 10)], edx
219
     ;   mov dword [page_tabs+((tss._io_map_1 and -4096) shr 10)], edx
220
 
220
 
221
        mov eax, [ebx+APPDATA.dir_table]
221
        mov eax, [ebx+APPDATA.dir_table]