Hia 😄
I’ve been working on a new project, a virtualization software that simulates LA64. It’s still being developed, but it’s already usable for real-world experiments and designed to be small. I made it just to work on in my spare time. also to mess around with.
It features full ISA decoding and execution that is deterministic with explicit fault handling. It has Linux user-mode support with almost all practical syscalls implemented, so programs can run without modification, though edge cases are still being polished. It includes debugging tools like tracing, register deltas, disassembly, memory dumps, watchpoints, and breakpoints. There are memory and MMIO helpers for interacting with programs and testing devices. There is also optional SDL2 framebuffer support for early OS development experiments.

