Subversion Repositories Kolibri OS

Rev

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

Rev 3627 Rev 3727
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: 3627 $
8
$Revision: 3727 $
Line 9... Line 9...
9
 
9
 
Line 380... Line 380...
380
BANK_RW           rd 1
380
BANK_RW             rd 1
381
end if
381
end if
Line 382... Line 382...
382
 
382
 
Line -... Line 383...
-
 
383
REDRAW_BACKGROUND   rb 4
-
 
384
 
-
 
385
draw_data:          rb 16*256
-
 
386
BPSLine_calc_area   rd 1440
383
REDRAW_BACKGROUND rb 4
387
d_width_calc_area   rd 1140
Line 384... Line 388...
384
 
388
 
Line 385... Line 389...
385
mouseunder        rd 16*24
389
mouseunder          rd 16*24
Line 544... Line 548...
544
BiosDiskPartitions rd 80h
548
BiosDiskPartitions rd 80h
545
align 16
549
align 16
546
DRIVE_DATA:     rb DRIVE_DATA_SIZE
550
DRIVE_DATA:     rb DRIVE_DATA_SIZE
Line 547... Line 551...
547
 
551
 
-
 
552
IncludeUGlobals
-
 
553
 
-
 
554
uglobals_size = $ - endofcode
-
 
555
 
-
 
556
if ~ lang eq sp
-
 
557
diff16 "end of .bss",0,$
-
 
558
end if
-
 
559
 
-
 
560
org (OS_BASE+0x0100000)
-
 
561
 
-
 
562
RAMDISK:        rb 2880*512
-
 
563
RAMDISK_FAT:    rb 2856*2
-
 
564
FLOPPY_FAT:     rb 2856*2
-
 
565
 
-
 
566
_CLEAN_ZONE:
-
 
567
 
-
 
568
align 4096
-
 
569
_IDE_DMA        rb 16*512
-
 
570
BgrAuxTable     rb 32768
-
 
571
BUTTON_INFO     rb 64*1024
-
 
572
RESERVED_PORTS: rb 64*1024
-
 
573
BOOT_VAR:       rb 64*1024