Subversion Repositories Kolibri OS

Rev

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

Rev 2149 Rev 2167
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2007-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2007-2008. 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: 2149 $
8
$Revision: 2167 $
9
 
9
 
Line 10... Line 10...
10
; Virtual-8086 mode manager
10
; Virtual-8086 mode manager
Line 803... Line 803...
803
        mov     dword [page_tabs + (tss._io_map_1 shr 10)], ebx
803
        mov     dword [page_tabs + (tss._io_map_1 shr 10)], ebx
804
        pop     ebx
804
        pop     ebx
805
        mov     dword [SLOT_BASE+ecx+APPDATA.io_map], ebx
805
        mov     dword [SLOT_BASE+ecx+APPDATA.io_map], ebx
806
        mov     dword [page_tabs + (tss._io_map_0 shr 10)], ebx
806
        mov     dword [page_tabs + (tss._io_map_0 shr 10)], ebx
807
        mov     cr3, eax
807
        mov     cr3, eax
808
;        mov     [irq_tab+5*4], 0
-
 
809
        sti
808
        sti
Line 810... Line 809...
810
 
809
 
811
        popad
810
        popad