thiagopnts / rustico

:bomb: Yet another tiny and unfinished x86/ARM kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:bomb: Yet another tiny and unfinished x86/ARM kernel

License:MIT License


Languages

Language:Rust 55.3%Language:Assembly 17.6%Language:Makefile 13.2%Language:Shell 12.7%Language:GDB 1.1%