Subversion Repositories Kolibri OS

Rev

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

Rev 7721 Rev 8085
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 7721 $
8
$Revision: 8085 $
Line 9... Line 9...
9
 
9
 
Line 526... Line 526...
526
 
526
 
527
if ~ lang eq sp
527
if ~ lang eq sp
528
diff16 "end of .bss",0,$
528
diff16 "end of .bss",0,$
Line -... Line 529...
-
 
529
end if
-
 
530
 
-
 
531
; check if kernel fits memmap
529
end if
532
assert $-OS_BASE+0x1000 < TMP_STACK_TOP
Line 530... Line 533...
530
 
533
 
531
org (OS_BASE+0x0100000)
534
org (OS_BASE+0x0100000)
532
 
535