Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6317 → Rev 6316

/kernel/branches/Kolibri-acpi/kernel.asm
761,7 → 761,7
mov esi, boot_v86machine
call boot_log
; Initialize system V86 machine
; call init_sys_v86
call init_sys_v86
 
mov esi, boot_inittimer
call boot_log
974,6 → 974,7
mov esi, 250 ; wait 1/4 a second
call delay_ms
rdtsc
sti
 
sub eax, ecx
xor edx, edx