Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9957 → Rev 9958

/kernel/trunk/data32.inc
519,9 → 519,9
end if
 
; check if kernel fits memmap
assert $-OS_BASE+0x1000 < TMP_STACK_TOP
assert $-OS_BASE+PAGE_SIZE < TMP_STACK_TOP
 
org (OS_BASE+0x0100000)
org (OS_BASE + RAMDISK_BASE)
 
; Currently size of memory allocated for the ramdisk is fixed.
; This should be revisited when/if memory map would become more dynamic.