Subversion Repositories Kolibri OS

Rev

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

Rev 1349 Rev 1354
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
 
-
 
8
$Revision: 1354 $
-
 
9
 
Line 8... Line 10...
8
$Revision: 1349 $
10
;mmio_pci_addr	=	-1; set actual PCI address (word) here to activate user-MMIO
Line 9... Line 11...
9
 
11
 
10
keymap:
12
keymap:
Line 461... Line 463...
461
NumBiosDisks    rd 1
463
NumBiosDisks    rd 1
462
BiosDisksData   rb 200h
464
BiosDisksData   rb 200h
463
BiosDiskCaches  rb 80h*(cache_ide1-cache_ide0)
465
BiosDiskCaches  rb 80h*(cache_ide1-cache_ide0)
464
BiosDiskPartitions rd 80h
466
BiosDiskPartitions rd 80h
Line 465... Line -...
465
 
-
 
466
mmio_pci_addr	dw	-1; set actual PCI address here to activate user-MMIO
-
 
467
 
467