2020-10-06 03:32:57 +00:00
|
|
|
; Screen resolution
|
|
|
|
resolution=1024x768
|
|
|
|
|
|
|
|
; Duplicate debug output to the screen
|
2021-06-15 22:20:16 +00:00
|
|
|
debug_print=0
|
2020-10-06 03:32:57 +00: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 08:33:20 +00:00
|
|
|
; 5: don't use ramdisk, use /sys directory
|
2020-10-06 03:32:57 +00:00
|
|
|
imgfrom=3
|
|
|
|
|
2021-06-16 08:33:20 +00:00
|
|
|
; Path to /sys directory, only internal
|
|
|
|
; disk drives are alowed (no usbdisk).
|
|
|
|
; Example: syspath=/HD0/1/KOLIBRIOS
|
2020-10-06 03:32:57 +00:00
|
|
|
syspath=/rd/1
|
2021-06-16 08:33:20 +00:00
|
|
|
|