Subversion Repositories Kolibri OS

Rev

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

Rev 5044 Rev 5057
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 5044 $
8
$Revision: 5057 $
Line 9... Line 9...
9
 
9
 
Line 521... Line 521...
521
diff16 "end of .bss",0,$
521
diff16 "end of .bss",0,$
522
end if
522
end if
Line 523... Line 523...
523
 
523
 
Line -... Line 524...
-
 
524
org (OS_BASE+0x0100000)
-
 
525
 
524
org (OS_BASE+0x0100000)
526
; Currently size of memory allocated for the ramdisk is fixed.
-
 
527
; This should be revisited when/if memory map would become more dynamic.
525
 
528
RAMDISK_CAPACITY = 2880 ; in sectors
Line 526... Line 529...
526
RAMDISK:                        rb 2880*512
529
 
Line -... Line 530...
-
 
530
RAMDISK:                        rb RAMDISK_CAPACITY*512
-
 
531
 
-
 
532
_CLEAN_ZONE:
-
 
533
 
527
                                rb 2856*4               ; not used
534
BgrAuxTable                     rb 32768
528
 
535
align 65536
529
_CLEAN_ZONE:
-
 
530
 
536
SB16Buffer                      rb 65536
531
align 4096
537
 
532
_IDE_DMA                        rb 16*512
-
 
Line 533... Line 538...
533
BgrAuxTable                     rb 32768
538
align 4096