Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 372 Bytes

FanmiOS

A tiny OS kernel written in rust.

Build

  1. Install bash on Ubuntu on Windows and put nasm , qemu to your PATH .

  2. Install rustup and install rust-nightly.

  3. Add i686-unknown-linux-gnu target

    $ rustup target add i686-unknown-linux-gnu
    • Run $ make run
    • Build $ make all
    • Build & run $ make dev