ethandmd / reedos

rust riscv minimal os
2 stars 6 forks source link

Implement kernel collection bst #26

Closed ethandmd closed 1 year ago

ethandmd commented 1 year ago

Balanced BST. What flavor? Not sure yet. Considering this mainly for Process Address space usage, which will likely be a mostly read data structure.