vga-buffer
There are 3 repositories under vga-buffer topic.
anton-mel/WeensyOS
Rust version of WeensyOS——a tiny kernel that can run on bare-metal x86-64 machines (including QEMU's emulated CPUs), aiming for easy physical and virtual memory display with minimal unsafe code (currently used 15 times for port/register write-read).
Sinoffate/simple_rs_os
This repo is to learn kernal development by creating a simple os built in Rust.
1Git2Clone/rust-os
My attempt in following a guide in order to create an operating system in Rust. (It doesn't even compile)