Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 428 → Rev 429

/kernel/trunk/kernel.asm
502,6 → 502,15
mov [graph_data_l+4],al
mov [graph_data_l+7],ah
 
 
; BUILD SCHEDULER
 
call build_scheduler ; sys32.inc
 
; LOAD IDT
lidt [cs:idtreg]
cli
 
;!!!!!!!!!!!!!!!!!!!!!!!!!!
include 'detect/disks.inc'
;!!!!!!!!!!!!!!!!!!!!!!!!!!
537,6 → 546,7
pop eax
popad
 
 
; mov esi,char
; xor ebx,ebx
; mov ecx,2560;26000
575,14 → 585,6
mov esi,boot_tss
call boot_log
 
; BUILD SCHEDULER
 
call build_scheduler ; sys32.inc
 
; LOAD IDT
lidt [cs:idtreg]
cli
 
mov esi,boot_devices
call boot_log
call detect_devices