A tiny OS inspired from DOS. Tries to be POSIX-compatible.
You need these at least:
- nasm
- x86_64-elf-gcc (or a compatible cross-compiler)
- x86_64-elf-ld (or a compatible linker)
- grub-mkrescue (from grub and xorriso packages)
- qemu-system-x86_64
Build and run:
make newlib
make userprogs
make iso
make run
Last commit with 32-bit support is 2e4d00061fed1183adb9f77e681e242306fca6b6