ethandmd / reedos

rust riscv minimal os
2 stars 6 forks source link

25 implement kernel box #28

Closed ethandmd closed 1 year ago

ethandmd commented 1 year ago

25

Major bug fix to global PAGEPOOL initialization; Now using OnceCell. Filled out Kbox stub. Add palloc and pfree test.