issues
search
ethandmd
/
reedos
rust riscv minimal os
2
stars
6
forks
source link
kernel virtual memory
#17
Closed
ethandmd
closed
1 year ago
ethandmd
commented
1 year ago
[x] page table type
[x] page table entry type
[x] page table walk()
[x] page table entry map() -- don't forget perms
[ ] page table entry unmap()
[x] page allocate
[ ] page free
ethandmd
commented
1 year ago
Going to implement page free and unmap when we cross that bridge.