Subversion Repositories Kolibri OS

Rev

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

Rev 2122 Rev 2129
Line 66... Line 66...
66
;;
66
;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 68... Line 68...
68
 
68
 
Line 69... Line 69...
69
include 'macros.inc'
69
include 'macros.inc'
Line 70... Line 70...
70
 
70
 
Line 71... Line 71...
71
$Revision: 2122 $
71
$Revision: 2129 $
Line 319... Line 319...
319
           mov dword [sys_pgdir+4], eax
319
           mov dword [sys_pgdir+4], eax
Line 320... Line 320...
320
 
320
 
321
           mov eax, cr3
321
           mov eax, cr3
Line -... Line 322...
-
 
322
           mov cr3, eax           ; flush TLB
-
 
323
 
-
 
324
           mov ecx, pg_data.mutex
-
 
325
           call mutex_init
-
 
326
 
-
 
327
           mov ecx, disk_list_mutex
322
           mov cr3, eax           ; flush TLB
328
           call mutex_init
323
 
329
 
324
; SAVE REAL MODE VARIABLES
330
; SAVE REAL MODE VARIABLES
325
        mov     ax, [BOOT_VAR + 0x9031]
331
        mov     ax, [BOOT_VAR + 0x9031]