Skip to content

P-E-P/flint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flint

A simple kernel in rust.

Building and running

First change the toolchain to nightly.

rustup override set nightly

Install bootimage

cargo install bootimage

Then add rust sources so we could compile them to the special target.

rustup component add rust-src
rustup component add llvm-tools-preview

Build the program using cargo as usual.

cargo build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages