ethandmd / reedos

rust riscv minimal os
2 stars 6 forks source link

23 processes #24

Closed ethandmd closed 1 year ago

ethandmd commented 1 year ago

23

Stubs:

  1. Process handle
  2. Process state enum
  3. Hart handle
  4. Hart context registers
  5. Kernel ref counted ptr stub
  6. Kernel BST data structure stub
  7. Resource trait placeholder with unit struct
ethandmd commented 1 year ago

Still outstanding: Kernel Task List