Subversion Repositories Kolibri OS

Rev

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

Rev 1130 Rev 1131
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-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: 1130 $
8
$Revision: 1131 $
9
 
9
 
10
 
10
 
Line 106... Line 106...
106
           add edx, (sys_pgmap-OS_BASE)+4095
106
           add edx, (sys_pgmap-OS_BASE)+4095
107
           and edx, not 4095
107
           and edx, not 4095
108
           mov [tmp_page_tabs], edx
108
           mov [tmp_page_tabs], edx
Line 109... Line 109...
109
 
109
 
-
 
110
           mov edx, esi
110
           mov edx, esi
111
           and edx, -1024
111
           cmp edx, (OS_BASE/4096)
112
           cmp edx, (OS_BASE/4096)
112
           jbe @F
113
           jbe @F
113
           mov edx, (OS_BASE/4096)
114
           mov edx, (OS_BASE/4096)
114
           jmp .set
115
           jmp .set