Subversion Repositories Kolibri OS

Rev

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

Rev 3702 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: 3702 $
8
$Revision: 3727 $
9
 
9
 
10
 
10
 
Line 191... Line 191...
191
TASK_BASE           equ (OS_BASE+0x0003010)
191
TASK_BASE           equ (OS_BASE+0x0003010)
192
TASK_DATA           equ (OS_BASE+0x0003020)
192
TASK_DATA           equ (OS_BASE+0x0003020)
193
TASK_EVENT          equ (OS_BASE+0x0003020)
193
TASK_EVENT          equ (OS_BASE+0x0003020)
Line 194... Line 194...
194
 
194
 
195
CDDataBuf           equ (OS_BASE+0x0007000)
195
CDDataBuf           equ (OS_BASE+0x0007000)
196
FLOPPY_BUFF         equ (OS_BASE+0x0008000)
196
FLOPPY_BUFF         equ (OS_BASE+0x0008000)     ;18*512
197
idts                equ (OS_BASE+0x000B100)
197
idts                equ (OS_BASE+0x000B100)
198
WIN_STACK           equ (OS_BASE+0x000C000)
198
WIN_STACK           equ (OS_BASE+0x000C000)
199
WIN_POS             equ (OS_BASE+0x000C400)
199
WIN_POS             equ (OS_BASE+0x000C400)
Line 200... Line 200...
200
FDD_BUFF            equ (OS_BASE+0x000D000)
200
FDD_BUFF            equ (OS_BASE+0x000D000)     ;512
201
 
201
 
202
WIN_TEMP_XY         equ (OS_BASE+0x000F300)
202
WIN_TEMP_XY         equ (OS_BASE+0x000F300)
Line 220... Line 220...
220
 
220
 
Line 221... Line 221...
221
SLOT_BASE           equ (OS_BASE+0x0080000)
221
SLOT_BASE           equ (OS_BASE+0x0080000)
Line 222... Line 222...
222
 
222
 
223
VGABasePtr          equ (OS_BASE+0x00A0000)
223
VGABasePtr          equ (OS_BASE+0x00A0000)
224
 
224
 
Line 225... Line 225...
225
RAMDISK             equ (OS_BASE+0x0100000)
225
;RAMDISK             equ (OS_BASE+0x0100000)
226
RAMDISK_FAT         equ (OS_BASE+0x0280000)
226
;RAMDISK_FAT         equ (OS_BASE+0x0280000)
Line -... Line 227...
-
 
227
;FLOPPY_FAT          equ (OS_BASE+0x0282000)
-
 
228
 
-
 
229
;CLEAN_ZONE          equ 0x284000
227
FLOPPY_FAT          equ (OS_BASE+0x0282000)
230
;IDE_DMA             equ 0x284000
228
 
231
 
229
CLEAN_ZONE          equ 0x284000
232
CLEAN_ZONE          equ (_CLEAN_ZONE-OS_BASE)
230
IDE_DMA             equ 0x284000
233
IDE_DMA             equ (_IDE_DMA-OS_BASE)
Line 231... Line 234...
231
 
234
 
Line 232... Line 235...
232
BgrAuxTable         equ (OS_BASE+0x0298000)
235
;BgrAuxTable         equ (OS_BASE+0x0298000)
233
; unused?
236
; unused?
Line 234... Line 237...
234
SB16Buffer          equ (OS_BASE+0x02A0000)
237
SB16Buffer          equ (OS_BASE+0x02A0000)
235
SB16_Status         equ (OS_BASE+0x02B0000)
238
SB16_Status         equ (OS_BASE+0x02B0000)
Line 236... Line 239...
236
 
239
 
Line 237... Line 240...
237
BUTTON_INFO         equ (OS_BASE+0x02B3FEE)
240
;BUTTON_INFO         equ (OS_BASE+0x02B3FEE)
Line 238... Line 241...
238
 
241
 
Line 239... Line 242...
239
BPSLine_calc_area   equ (OS_BASE+0x02C4000)
242
;BPSLine_calc_area   equ (OS_BASE+0x02C4000)
240
d_width_calc_area   equ (OS_BASE+0x02CA000)
243
;d_width_calc_area   equ (OS_BASE+0x02CA000)