Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 357 → Rev 358

/kernel/trunk/kernel.asm
167,6 → 167,10
 
include 'unpacker.inc'
 
__DEBUG__ fix 1
__DEBUG_LEVEL__ fix 1
include 'debug-fdo.inc'
 
iglobal
boot_memdetect db 'Determining amount of memory',0
boot_fonts db 'Fonts loaded',0
5012,6 → 5016,10
syslang dd 0x1
endg
 
if __DEBUG__ eq 1
include_debug_strings
end if
 
IncludeIGlobals
endofcode:
IncludeUGlobals