Tap ain't POSIX
Experimental, in progress, operating system. Tap is based on a few core design principles that seek to modernise and streamline how operating systems work on modern devices.
Rusty from top to bottom 🦀
It doesn't do much right now, but Rome wasn't built in a day.- Update rust:
rustup update
- Switch to nightly:
rustup override set nightly
- Add
llvm-tools-preview
:rustup component add llvm-tools-preview
- Add x86_64 target:
rustup target add x86_64-unknown-none
- Build and run:
cargo run