wwwwyl / Raspi3-Kernel

A fairly simple Raspberry pi 3 kenel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run this in QEMU please run 
qemu-system-aarch64 -M raspi3 -drive file=raspi.iso,if=sd,format=raw -kernel kernel8.img -serial stdio

I would like to acknowledge bztsrc for their awesome tutorials without them most of this wouldn't have been done. Certainly not the sd and fat part.
I would also like to thank LdB-ECM for their massive contribution to this project without them this kernel wouldn't be capable of multitasking and semaphores would have been impossible.

About

A fairly simple Raspberry pi 3 kenel

License:MIT License


Languages

Language:C 95.0%Language:Assembly 2.5%Language:C++ 2.2%Language:Makefile 0.3%