Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 6016
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2007-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2007-2015. 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: 5363 $
8
$Revision: 6016 $
9
 
9
 
Line 10... Line 10...
10
; Virtual-8086 mode manager
10
; Virtual-8086 mode manager
Line 87... Line 87...
87
        mov     byte [0x502], 0xF4
87
        mov     byte [0x502], 0xF4
88
        mov     byte [0x503], 0xCD
88
        mov     byte [0x503], 0xCD
89
        mov     byte [0x504], 0x10
89
        mov     byte [0x504], 0x10
90
        mov     byte [0x505], 0xF4
90
        mov     byte [0x505], 0xF4
Line 91... Line 91...
91
 
91
 
92
        mov     eax, 0x99000+PG_UWR
92
        mov     eax, 0x98000+PG_UWR
93
        mov     edi, page_tabs+0x99*4
93
        mov     edi, page_tabs+0x98*4
94
        mov     edx, 0x1000
94
        mov     edx, 0x1000
95
        mov     ecx, 7
95
        mov     ecx, 8
96
@@:
96
@@:
97
        stosd
97
        stosd
98
        add     eax, edx
98
        add     eax, edx