IAIK / sweb

SWEB Educational OS
https://teaching.iaik.tugraz.at/bs/
116 stars 112 forks source link

flush TLB after removing boot-time mapping #290

Closed v4m1n closed 5 months ago

v4m1n commented 1 year ago

Without a TLB flush nullpointer dereferences while executing the startup function might go unnoticed due to the still cached boot-time mapping.

Woazboat commented 1 year ago

I'd put this into ArchMemory instead of ArchThreads