See https://gitlab.com/myunix/myunix/ for the next version.
A unix-like kernel+userspace, for SCIENCE!
- build the toolchain
this will build the tcc (tiny c compiler), gcc, bintuils and grub.
./build_toolchain.sh
- build the kernel
this will build a bootable iso / cdrom
make -C kernel TARGET=myunix-i686 iso
See LICENCE.md