summaryrefslogtreecommitdiffstats
path: root/sysroot/boot/limine.conf
blob: cfe1d54ced3ebcbb1a33319448442f2c82757704 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
${KERNEL}=boot():/boot/jove.elf
${INITRD}=boot():/boot/initrd.tar

default_entry: 1
timeout: 0
verbose: yes

/Jove
    protocol: limine
    kaslr: no
    
    path: ${KERNEL}
    cmdline: initrd=/boot/initrd.tar init=/bin/init

    module_path: ${INITRD}