Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 393 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 393 Bytes

Rustico

A tiny 32 bit kernel written in Rust.

It prints 'olar mundo' then hangs. That's it:

Setup

With docker installed run:

$ docker build -t rustico .

Running it

$ docker run -it --privileged -v $(pwd):/kernel rustico make run