currsos/README.md

15 lines
356 B
Markdown
Raw Normal View History

2018-12-04 06:29:45 +00:00
# CurrOS
CurrOS is a simple x86-64 kernel that supports interrupt, memory management, processes and threads, userspace and system calls.
## Toolchain
clang, lld, xorriso, grub-pc-bin, nasm
## Build
Run make inside "user" directory to build the test user program.
Run make in root dir and boot from out/curros.iso
## Clean
make clean
cd user
make clean