Subversion Repositories Kolibri OS

Rev

Rev 8864 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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