Subversion Repositories Kolibri OS

Rev

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

Rev 839 Rev 840
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: 839 $
8
$Revision: 840 $
9
 
9
 
Line 331... Line 331...
331
           mov [BOOT_VAR+0x901c],byte 2
331
           mov [BOOT_VAR+0x901c],byte 2
332
           ret
332
           ret
333
@@:
333
@@:
334
           call init_mtrr
334
           call init_mtrr
Line 335... Line -...
335
 
-
 
336
           xchg bx, bx
-
 
337
 
335
 
338
           mov eax, [LFBAddress]
336
           mov eax, [LFBAddress]
339
           or eax, PG_LARGE+PG_UW
337
           or eax, PG_LARGE+PG_UW
340
           mov [sys_pgdir+(LFB_BASE shr 20)], eax
338
           mov [sys_pgdir+(LFB_BASE shr 20)], eax
341
           add eax, 0x00400000
339
           add eax, 0x00400000