zcene is a research actor model platform for hosted and baremetal environments.
- Rust Nightly
- Cargo Make
- NASM
- LLD
- QEMU
pkg install -y nasm
rustup install nightly
rustup target add x86_64-unknown-none
rustup component add rust-src
rustup component add llvm-tools-preview
cargo install cargo-binutils
cargo install cargo-make
brew install rustup nasm lld
rustup install nightly
rustup target add x86_64-unknown-none
rustup component add rust-src
rustup component add llvm-tools-preview
cargo install cargo-binutils
cargo install cargo-make