forked from KolibriOS/kolibrios
24 lines
446 B
INI
24 lines
446 B
INI
|
; Place this file to ESP:/EFI/BOOT/kolibri.ini, near kolibri.efi and kolibri.krn
|
||
|
|
||
|
; Screen resolution
|
||
|
resolution=1024x768
|
||
|
|
||
|
; Duplicate debug output to the screen
|
||
|
debug_print=0
|
||
|
|
||
|
; Start LAUNCHER app after kernel is loaded
|
||
|
launcher_start=1
|
||
|
|
||
|
; Configure MTRR's
|
||
|
mtrr=1
|
||
|
|
||
|
; 3: use ramdisk loaded from kolibri.img
|
||
|
; 5: don't use ramdisk
|
||
|
imgfrom=3
|
||
|
|
||
|
; Path to /sys directory
|
||
|
syspath=/rd/1
|
||
|
|
||
|
; Interrupt booting to ask the user for boot params
|
||
|
ask_params=0
|