2020-10-06 05:32:57 +02:00
|
|
|
; Screen resolution
|
|
|
|
resolution=1024x768
|
|
|
|
|
|
|
|
; Duplicate debug output to the screen
|
2021-06-16 00:20:16 +02:00
|
|
|
debug_print=0
|
2020-10-06 05:32:57 +02:00
|
|
|
|
|
|
|
; Start LAUNCHER app after kernel is loaded
|
|
|
|
launcher_start=1
|
|
|
|
|
|
|
|
; Configure MTRR's
|
|
|
|
mtrr=1
|
|
|
|
|
|
|
|
; 3: use ramdisk loaded from kolibri.img
|
2021-06-16 10:33:20 +02:00
|
|
|
; 5: don't use ramdisk, use /sys directory
|
2020-10-06 05:32:57 +02:00
|
|
|
imgfrom=3
|
|
|
|
|
2021-06-16 10:33:20 +02:00
|
|
|
; Path to /sys directory, only internal
|
|
|
|
; disk drives are alowed (no usbdisk).
|
|
|
|
; Example: syspath=/HD0/1/KOLIBRIOS
|
2020-10-06 05:32:57 +02:00
|
|
|
syspath=/rd/1
|
2021-06-16 10:33:20 +02:00
|
|
|
|