Debian riscv64
blog.aurel32.net
Debian riscv64
1–10 of 155 posts
Re: Debian riscv64
#2Re: Debian riscv64
#3Are they building for the base riscv with no isa extensions? This might be addressed somewhere in the debian docs but I didn't see it.
Re: Debian riscv64
#4I don't fully understand riscv, but shouldn't this be something like `RV64GC`? Are they building for the base riscv with no isa extensions? This might be addressed somewhere in the debian docs but I didn't see it.
Re: Debian riscv64
#5I don't fully understand riscv, but shouldn't this be something like `RV64GC`? Are they building for the base riscv with no isa extensions? This might be addressed somewhere in the debian docs but I didn't see it.
RV64GC is mentioned here: https://wiki.debian.org/RISC-V#Hardware_baseline_and_ABI_cho...
Re: Debian riscv64
#6I don't fully understand riscv, but shouldn't this be something like `RV64GC`? Are they building for the base riscv with no isa extensions? This might be addressed somewhere in the debian docs but I didn't see it.
Anyway, I did find this on the Debian website[1]. So it seems they mean rv64gc.
[1] https://wiki.debian.org/RISC-V#Hardware_baseline_and_ABI_cho...
Re: Debian riscv64
#7We already have riscv64-linux builds of Zig enabled with every CI run[1]. Happy to see that they might finally be utilized by more users soon.
Re: Debian riscv64
#8Earlier quoted context omitted.
RV64GC is mentioned here: https://wiki.debian.org/RISC-V#Hardware_baseline_and_ABI_cho...
Ah, thanks for that! I wonder how they plan to support future extensions like RV64GCV which seems to be gaining traction…
Re: Debian riscv64
#9I don't fully understand riscv, but shouldn't this be something like `RV64GC`? Are they building for the base riscv with no isa extensions? This might be addressed somewhere in the debian docs but I didn't see it.
I’ve noticed a lot of projects use riscv64 as shorthand for the rv64gc ISA, especially when it’s understood that there is an MMU, maybe an FPU, privilege levels, and any other extensions that a modern OS requires. Anyway, I did find this on the Debian website[1]. So it seems they mean rv64gc. [1] https://wiki.debian.org/RISC-V#Hardware_baseline_and_ABI_cho...
Re: Debian riscv64
#10Earlier quoted context omitted.
Ah, thanks for that! I wonder how they plan to support future extensions like RV64GCV which seems to be gaining traction…
Would it be much different than armhf vs. armel?