forked from KolibriOS/kolibrios
Ivan Baravy
ab9b1ebb4a
* Now there is a config file with boot options, example included. * Config, kernel and ramdisk are loaded from the disk, not compiled in. * DEVICES.DAT file is also optionally loaded from the disk. * Also, move the loader to /kernel/trunk/bootloader/uefi4kos. git-svn-id: svn://kolibrios.org@8092 a494cfbc-eb01-0410-851d-a64ba20cac60
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
|