forked from KolibriOS/kolibrios
Ivan Baravy
f5e0f96e84
* Build fat1x, fat32, cdfs, after_win loaders. * Set use_lba=1 by default in fat32 loader. * Build kolibri.raw: flash / hdd image. * Add example config.ini file. * Add an option (config file and screen) to not load ramdisk image. * Add an option (config file only) to set /sys path. Now you can boot without a ramdisk from a storage that is supported by the kernel itself, i.e. without loadable drivers. Thus you can not load the system without a ramdisk from SATA/AHCI and USB drives. git-svn-id: svn://kolibrios.org@8091 a494cfbc-eb01-0410-851d-a64ba20cac60
16 lines
283 B
INI
16 lines
283 B
INI
; boot time parameters for KolibriOS
|
|
|
|
; timeout in seconds for config settings screen
|
|
timeout=5
|
|
|
|
; width*height
|
|
resolution=1024*768
|
|
|
|
; where to load ramdisk from
|
|
; 2 - /hd0/1/kolibri.img
|
|
; 3 - don't load ramdisk
|
|
;imgfrom=3
|
|
|
|
; which directory to use as /sys
|
|
;syspath=/HD0/1/KOLIBRIOS
|