Rust编写的一个微小的64位内核:rustboot64
jopen
10年前
rustboot64是一个Rust编写的微小的64位内核。rustboot64利用Pure64让系统成为64位模式,收集所需的细节操作,以及使所有可用的CPU核心。
Setup
You need a few things to run rustboot64:
qemu
ld
nasm
- Rust's
master
branch or 0.13 release.
Linux
git clone https://github.com/IanSeyler/rustboot64.git
Running it
To compile, simply
$ make
To run,
$ make run