Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2014 → Rev 2015

/kernel/branches/Kolibri-acpi/kernel.asm
563,7 → 563,7
 
mov edi, irq_tab
xor eax, eax
mov ecx, 16
mov ecx, IRQ_RESERVE
rep stosd
 
;Set base of graphic segment to linear address of LFB
613,6 → 613,8
; Try to Initialize APIC
call APIC_init
 
call pci_irq_fixup
 
; Enable timer IRQ (IRQ0) and hard drives IRQs (IRQ14, IRQ15)
; they are used: when partitions are scanned, hd_read relies on timer
call unmask_timer