Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3231 → Rev 3232

/kernel/branches/Kolibri-acpi/kernel.asm
311,8 → 311,6
 
; ENABLE PAGING
 
xchg bx, bx
 
mov eax, sys_pgdir-OS_BASE
mov cr3, eax
 
711,8 → 709,8
 
call LAPIC_init
 
mov eax, 1
call start_ap
; mov eax, 1
; call start_ap
 
; Enable timer IRQ (IRQ0) and hard drives IRQs (IRQ14, IRQ15)
; they are used: when partitions are scanned, hd_read relies on timer