Subversion Repositories Kolibri OS

Rev

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

Rev 1038 Rev 1055
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. 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: 1038 $
8
$Revision: 1055 $
Line 9... Line 9...
9
 
9
 
Line 290... Line 290...
290
irq15read	  rd 16
290
irq15read         rd 16
Line 291... Line 291...
291
 
291
 
Line 292... Line 292...
292
irq_tab 	  rd 16
292
irq_tab           rd 16
293
 
-
 
294
mem_block_map	  rb 512
293
 
295
event_map         rb 64
294
mem_block_map     rb 512
296
mem_block_list	  rd 64
295
mem_block_list    rd 64
297
large_block_list  rd 31
296
large_block_list  rd 31
Line 313... Line 312...
313
 
312
 
Line 314... Line 313...
314
mst MEM_STATE
313
mst MEM_STATE
315
 
314
 
316
page_start        rd 1
-
 
317
page_end          rd 1
-
 
318
events            rd 1
-
 
319
event_start       rd 1
-
 
320
event_end         rd 1
315
page_start        rd 1
321
event_uid         rd 1
316
page_end          rd 1
Line 322... Line 317...
322
sys_page_map	  rd 1
317
sys_page_map      rd 1
Line 469... Line 464...
469
BiosDisksData	rb 200h
464
BiosDisksData   rb 200h
470
BiosDiskCaches	rb 80h*(cache_ide1-cache_ide0)
465
BiosDiskCaches  rb 80h*(cache_ide1-cache_ide0)
471
BiosDiskPartitions rd 80h
466
BiosDiskPartitions rd 80h
Line 472... Line 467...
472
 
467
 
473
IncludeUGlobals
-