Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 516 Bytes

File metadata and controls

26 lines (18 loc) · 516 Bytes

inferno-rs


An implementation of the Inferno OS Virtual Machine Dis in Rust.

Roadmap

  • Dis VM
    • Module parsing and loading
      • header, code, exports, imports, handler
      • data arrays
        • works for primitive type arrays
        • test for arrays of arrays
      • type loading
      • rewrite file reading with a buffered loader
    • Heap
      • Clean Up
      • Reading and Writing
      • Primitive Types
      • Pointer Stuff
      • Dynamic Types