currsos/README.md

15 lines
436 B
Markdown
Raw Permalink Normal View History

2018-12-04 06:31:46 +00:00
# CurrSOS
2019-05-22 06:23:07 +00:00
CurrSOS is a simple x86-64 kernel that supports interrupt, memory management, processes and threads, userspace and system calls. It has vastly simplier but hacky memory management than its successor CurrOS.
2018-12-04 06:29:45 +00:00
## 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