Skip to content

Stazer/zcene

Repository files navigation

zcene

zcene is a research actor model platform for hosted and baremetal environments.

Project Hierarchy

Dependencies

  • Rust Nightly
  • Cargo Make
  • NASM
  • LLD
  • QEMU

Install Dependencies

FreeBSD

Building

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

MacOS (x86)

Building

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published