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
- Host: GitHub
- URL: https://github.com/commonkestrel/kernel
- Owner: commonkestrel
- Created: 2023-01-26T07:09:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T23:02:16.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T17:40:17.388Z (about 1 year ago)
- Topics: graphics, operating-system, operating-system-kernel, os, vga, vga-driver
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.