Subversion Repositories Kolibri OS

Rev

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

Rev 1370 Rev 1378
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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: 1370 $
8
$Revision: 1378 $
Line 9... Line 9...
9
 
9
 
Line 366... Line 366...
366
cdid              rd 1
366
cdid              rd 1
Line 367... Line 367...
367
 
367
 
368
hdbase            rd 1    ; for boot 0x1f0
368
hdbase            rd 1    ; for boot 0x1f0
369
hdid              rd 1
369
hdid              rd 1
-
 
370
hdpos             rd 1    ; for boot 0x1
370
hdpos             rd 1    ; for boot 0x1
371
label   known_part dword
371
fat32part         rd 1    ; for boot 0x1
372
fat32part         rd 1    ; for boot 0x1
Line 372... Line 373...
372
cdpos             rd 1
373
cdpos             rd 1
373
 
374
 
Line 462... Line 463...
462
BiosDisksData   rb 200h
463
BiosDisksData   rb 200h
463
BiosDiskCaches  rb 80h*(cache_ide1-cache_ide0)
464
BiosDiskCaches  rb 80h*(cache_ide1-cache_ide0)
464
BiosDiskPartitions rd 80h
465
BiosDiskPartitions rd 80h
Line 465... Line 466...
465
 
466
 
-
 
467
IncludeUGlobals