My implementation of OSTEP projects (Operating Systems: Three Easy Pieces). These projects are part of OSSU's Operating Systems course roadmap.
-
initial-utilities
-
wcat
(C and Rust) -
wgrep
(C and Rust) -
wzip
andwunzip
(C and Rust)
-
-
processes shell -
wish
- C (in progress)
- Rust
To compile C code:
c99
(C compiler)make
(for Makefile)
To compile Rust code:
rustc
cargo