Skip to content

obscuredcode/inferno-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of the Dis Virtual Machine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages