Awesome
Reenix
This is the start of a unix like operating system written in Rust. It is based on the Weenix Operating system written for Brown's CS167/9. At the moment it supports a basic kernel shell, mutiple processes with waitpid, and writing to disk. This was written as part of my CS Senior Thesis. (To be posted soon).
Building
This is only tested on Debian 7.8.
-
Build Requirements:
- GCC (I use 4.9.0)
- Rust (Version in external/rust should work)
- qemu
- python
- make
- grub-mkrescue
- xorriso
-
Build Commands:
- make
-
Run
- ./weenix
TODO
- Clean up the numerous sharp edges.
- Get VFS working
- Start making S5FS
- Get a userspace