Viewing profile — trj
trj
HN member- Joined
- Thu, Oct 03, 2013, 8:15 PM UTC
- HN karma
- 99
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About trj
No profile information was provided.
Recent public activity
-
comment
Comment #46255396
This could be easily done. The emulator core supports memory mapped IO, but uvm32 only uses this to map an extra block of RAM from the host (for a framebuffer, or a separare memory…
-
comment
Comment #46252526
libriscv looks amazing but its's much larger. It says "Less than 40kB total memory usage". My first version (unpublished) of uvm32 was called uvm80 and emulated a Zilog Z80 CPU. My…
-
comment
Comment #46251026
Thanks for the link, Wasefire looks interesting. I suspect that their design goals are very different to mine. https://github.com/ringtailsoftware/uvm32?tab=readme-ov-file...
-
comment
Comment #46250178
"Just add rats" https://github.com/ringtailsoftware/uvm32/tree/main/apps/zig...
- story
-
comment
Comment #46203730
I'm working on an embeddable mini VM (RISC-V rather than WASM) and am considering this. In my model, there's something akin to a hardware watchdog where the VM is considered hung i…
- story
-
comment
Comment #42560018
I use SSH every day. I login to remote machines, push code changes to github and scp files. Like many programmers, I know how to use SSH to get things done but had never looked dee…
- story
- story
-
comment
Comment #34923136
Continuing from part1 where we ported an RV32 emulator from C to Zig ( https://www.ringtailsoftware.co.uk/zig-rv32/ ), we can now use Zig to cross-compile a binary to run in it
- story
- story
- story