a basic os written in rust, and is intended to be compatible with linux in terms of ABI's.
- booting
- disk driver
- ext2 fs
- nic driver
- tcp/ip
- tasks/processes
- ipc
- riscv
- smp
for the first time of running this project you will need to run the bootstrap script, If you already done that, you can skip this step:
./scripts/bootstrap.sh
Now, you can run the project by:
cargo run