fanmi-os icon indicating copy to clipboard operation
fanmi-os copied to clipboard

A tiny 32 bit kernel written in Rust

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