Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 652 → Rev 653

/kernel/trunk/data32.inc
59,6 → 59,7
boot_tsc db 'Reading TSC',0
boot_pal_ega db 'Setting EGA/CGA 320x200 palette',0
boot_pal_vga db 'Setting VGA 640x480 palette',0
boot_failed db 'Failed to start first app',0
boot_mtrr db 'Setting MTRR',0
boot_tasking db 'All set - press ESC to start',0
 
/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