Updated meson command in readme
Fixed linker warnings/errors
Bit shifts are now used instead of multiplication

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~scoopta/NekOS
read/write
ssh://hg@hg.sr.ht/~scoopta/NekOS

#NekOS the Neko OS

#Dependencies

gnu-efi
meson

#Building

hg clone https://hg.sr.ht/~scoopta/NekOS
cd NekOS
meson setup build
ninja -C build

#Booting

Assuming the kernel is put onto the root of the second partition on the primary disk from a grub shell run the following

set root=(hd0,gpt2)
multiboot2 /nekos
module2 /initramfs.tar
boot