An open API service indexing awesome lists of open source software.

https://github.com/commonkestrel/kernel


https://github.com/commonkestrel/kernel

graphics operating-system operating-system-kernel os vga vga-driver

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Kernel

A simple bare-metal OS written in Rust. It includes drawing primitive shapes to a 320x200 256-color VGA screen.
Very much not finished, still some major bugs.
Everything except for `graphics` was from following the Philipp Oppermann [blog_os](https://github.com/phil-opp/blog_os).
Can be run on QEMU.