oohal / rustboot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build:

  1. get the toolchain, you need nightly for reasons I don't remember
rustup toolchain install nightly-x86_64-unknown-linux-gnu
rustup default nightly

rustup component add rust-std-powerpc64-unknown-linux-gnu
rustup component add rustc-dev-powerpc64-unknown-linux-gnu

  1. Clone this and the fdt-rs fork into a dir:
mkdir ~/rust
cd ~/rust
git clone git@github.com:oohal/rustboot.git
git clone git@github.com:oohal/fdt-rs.git
  1. Build by running rustboot q.sh. If you're lucky it might even work

About


Languages

Language:Rust 72.8%Language:Assembly 16.2%Language:Shell 11.0%