DeanoBurrito / northport

Monolithic kernel and support libraries for riscv64 and x86_64.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paging implementation dosnt handle flags correctly.

DeanoBurrito opened this issue · comments

commented

For some reason I applied the flags to every level of the page table (only when we generate a new entry however). This can lead to random areas being marked as forever readonly or no-execute.