this post was submitted on 02 May 2025
131 points (97.8% liked)

Linux

7270 readers
297 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 1 week ago* (last edited 1 week ago) (1 children)

Another awesome stopgap measure like Proton before the Linux and RISC-V standards take over the market!

[โ€“] [email protected] 2 points 1 week ago

This is a Linux x86-64 to Linux RISC-V emulator. It will not execute non-Linux code or execute code outside Linux.

The Linux system call interface is the same on both sides so, when it encounters a Linux system call in the x86-64 code, it makes that call directly into the RISC-V host kernel. It is only emulating the user space. This makes it faster.