Subversion Repositories Kolibri OS

Rev

Rev 8864 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8092 dunkaist 1
; Screen resolution
2
resolution=1024x768
3
 
4
; Duplicate debug output to the screen
8864 dunkaist 5
debug_print=0
8092 dunkaist 6
 
7
; Start LAUNCHER app after kernel is loaded
8
launcher_start=1
9
 
10
; Configure MTRR's
11
mtrr=1
12
 
13
; 3: use ramdisk loaded from kolibri.img
8865 leency 14
; 5: don't use ramdisk, use /sys directory
8092 dunkaist 15
imgfrom=3
16
 
8865 leency 17
; Path to /sys directory, only internal
18
; disk drives are alowed (no usbdisk).
19
; Example: syspath=/HD0/1/KOLIBRIOS
8092 dunkaist 20
syspath=/rd/1
8865 leency 21