Viewing profile — ptitSeb
ptitSeb
HN member- Joined
- Wed, Apr 19, 2023, 3:12 PM UTC
- HN karma
- 52
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About ptitSeb
No profile information was provided.
Recent public activity
-
comment
Comment #42342537
you don't like my title?
-
comment
Comment #42342483
I tried to fix the typo. It should be better now. And yeah, Box86/Box64 let you run x86 linux programs on non-x86 platforms, like Rosetta on macOS.
-
comment
Comment #42341646
Thanks for the tip, I'll try to keep that in mind next time :)
-
comment
Comment #42341450
New releases, with some benchmarks acrosse previous version and vs Rosetta. Also introducing Box32 to run 32bits apps on 64bits systems
- story
-
comment
Comment #41367296
Actually, Box64 can also store operands for later computation, depending on what comes next...
-
comment
Comment #41366069
No, it's Box64, a completly different project. (But I do remember the time I had an Amstrad PC1512 too :D )
-
comment
Comment #41365301
The milk-v pioneer comes with 128GB of RAM.
-
comment
Comment #37197075
New version of Box86 and Box64 out. Box64 now support RISC-V Dynarec. Also support 32bits proces in experimental Wine WoW64.
- story
-
comment
Comment #36142208
Dynarec can optionnaly handle Strong Memory Model emulation, but it's disable by default to have maximum emulation speed (it's the BOX86_DYNAREC_STRONGMEM env. var.).
-
comment
Comment #36139239
The presence of Zba and Zbb extension is tested before using it.
-
comment
Comment #36137825
Yes, it would be more efficiant, but it will also be more costly to generate. It would also render the handling of Signal more tricky (need to always be able to go back from the RV…
-
comment
Comment #36112055
I was a bit doubtfull of that claim about RV64 code compacity compared to x86_64, so I tried myself. I used 2 of projects https://github.com/ptitSeb/stuntcarremake and https://gith…
-
comment
Comment #35629190
Wasmer 3.2.0 has just been release, and among other thing, there is now support RISC-V, and also WCGI.
- story