Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 652 → Rev 653

/kernel/trunk/kernel.asm
799,6 → 799,9
cmp eax,2 ; continue if a process has been loaded
je first_app_found
 
mov esi, boot_failed
call boot_log
 
mov eax, 0xDEADBEEF ; otherwise halt
hlt