obscuredcode / inferno-rs

Implementation of the Dis Virtual Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
        • Pointer Compression/Emulation
      • Dynamic Types

About

Implementation of the Dis Virtual Machine


Languages

Language:Rust 100.0%