Subversion Repositories Kolibri OS

Rev

Rev 9941 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9941 Rev 9958
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 9941 $
8
$Revision: 9958 $
Line 9... Line 9...
9
 
9
 
Line 517... Line 517...
517
if ~ lang eq sp
517
if ~ lang eq sp
518
diff16 "end of .bss",0,$
518
diff16 "end of .bss",0,$
519
end if
519
end if
Line 520... Line 520...
520
 
520
 
521
; check if kernel fits memmap
521
; check if kernel fits memmap
Line 522... Line 522...
522
assert $-OS_BASE+0x1000 < TMP_STACK_TOP
522
assert $-OS_BASE+PAGE_SIZE < TMP_STACK_TOP
Line 523... Line 523...
523
 
523
 
524
org (OS_BASE+0x0100000)
524
org (OS_BASE + RAMDISK_BASE)
525
 
525