LittleFall / llafos

a practice project, operating system build by rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llafos

A practice operating system build by rust.

command

These commands requires qemu which should be installed first, for example, brew install qemu in macos.

build and run in bare metal environment

cargo run

run test

cargo test

features

  • println, print message to console.
  • serial_println, print message to host machine (if have).
  • test framework, include unit test and integrated test.

thanks

Thanks to https://os.phil-opp.com/ , the great tutorial.

About

a practice project, operating system build by rust


Languages

Language:Rust 100.0%