Rust编写的一个微小的64位内核:rustboot64

jopen 10年前

rustboot64是一个Rust编写的微小的64位内核。rustboot64利用Pure64让系统成为64位模式,收集所需的细节操作,以及使所有可用的CPU核心。687474703a2f2f692e696d6775722e636f6d2f4647476e554a322e706e67.png

Setup

You need a few things to run rustboot64:

  1. qemu
  2. ld
  3. nasm
  4. 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

项目主页:http://www.open-open.com/lib/view/home/1416295063164