Skip to content

DevBlocky/kernelsanders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KERNEL SANDERS

This is my very small RISC-V kernel-esqe program!
It's designed to run on qemu, and right now just displays an image
of the Colonel himself, hence the name.

For the future, I plan to expand this kernel to function like an
actual kernel, with user processes and some form of IO (most likely
based on xv6). And maybe it will display a video instead of an
image. But for now, this rudimentary bare-metal program displays 
an image of Colonel Sanders.

This system takes heavy influence from:
https://github.com/mit-pdos/xv6-riscv

TO RUN:
make qemu

make sure you have the required RISC-V build tools installed as well