hgruniaux / Pi-kachULM_OS

A mini OS kernel for Raspberry PI 3 and 4
Other
3 stars 1 forks source link

Initial MMU Implementation & MMIO Death #45

Closed desfreng closed 6 months ago

desfreng commented 7 months ago

This will be my PR for :

Test are done on:

hgruniaux commented 7 months ago

Tested on Raspberry Pi 4, it works.

Also, I have tested my branch on release (optimizations enabled) and it doesn't works.

desfreng commented 6 months ago

Tested on CM4 and RPi 3b+. Both Release and Debug with GCC 13.2.0 and Clang 17.0.6.

desfreng commented 6 months ago

I'll do the Process Memory API in another PR, lot's of changes mist be merge here first I think.