-
(I don't know how to provide a demo. Do we have some kind of test environment for riscv32? Any ideas?)
ldc2 compiler flags is used:
```
--mtriple=riscv32-unknown-newlib-elf
--mattr=+zicsr,+zifen…
-
Thanks for sharing the blog: https://danielmangum.com/posts/risc-v-bytes-privilege-levels/
However, on Ubuntu Jammy (22.04) with stock `qemu-system-riscv64`, the `entry.s`, the first `mret` leads t…
-
- Similar to how hard drives now work.
- The `file_system` dir name may either have to change, or will need a separate dir in parallel.
-
# Summary
I am proposing here is that we move from away from a [von Neumann architecture](https://en.wikipedia.org/wiki/Von_Neumann_architecture) and towards a [modified](Modified_Harvard_architect…
-
Do we still have a verified interpreter for the pure subset of bedrock2? It would be neat to run it side-by-side with ToCString on a comprehensive set of programs.
I'm imagining a setup like having…
-
I wanted to know if it is possible to run MAMBO-V inside QEMU environment? Currently I am emulating a risc-v fedora(linux) system on my host machine. I read through the paper, it seems as if this proj…
-
Why is `cout` not printing the right string here (`uart_write_interrupt_test.elf`)?
```
IRVE> Starting IRVE
IRVE> ___ ______ _______ __
IRVE> |_ _| _ \ \ / / ____| \ \
IRVE> | || |_) \ \ / …
-
Currently the Sail C runtime depends on zlib because the `load_elf()` and `lookup_sym()` functions that read ELF files support transparently accessing ELFs via `gzopen`. I suspect that isn't really ne…
-
I get a panic in `FdtHeader::verify()` when using with QEMU and RISC-V virt machine:
`called 'Result::unwrap()' on an 'Err' value: LastCompVersion`
which occurs at [line 60](https://github.com/Y…
-
### Describe the problem
I am evaluating the possibility of using Tauri to build desktop applications for the RISC-V platform. I would like to know if Tauri currently supports the RISC-V architecture…