gsilvis / silvos

half-baked Silvis OS kernel
MIT License
4 stars 2 forks source link

Invalidate TLB entries on pagetable modification #74

Open gsilvis opened 5 years ago

gsilvis commented 5 years ago

When modifying page tables, the kernel should use INVLPG or a similar method to evict any now-stale entries from the TLB.