Updated meson command in readme
Fixed linker warnings/errors
Bit shifts are now used instead of multiplication
gnu-efi
meson
hg clone https://hg.sr.ht/~scoopta/NekOS
cd NekOS
meson setup build
ninja -C build
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