-
Derived from: https://github.com/llvm/llvm-project/issues/66652
```cpp
#include
#include
void fill_i16(int16_t* a, int16_t v, size_t l) {
for (size_t i = 0; i < l; i++) a[i] = v;
}
```
…
-
**Describe the bug**
The local ISR declaration parser (`CONFIG_ISR_TABLES_LOCAL_DECLARATION=y`) issues incorrect errors about bad IRQ values if any extra padding is inserted by the linker betwe…
-
Since commit 59a08cd7d632bb2394a29956497dfe7829099997, which is part of [Split region permissions into M-mode and SU-mode](http://lists.infradead.org/pipermail/opensbi/2023-January/004127.html) MTIME …
-
I use brew install RISC-V toolchain on m1 mac os, and `make qemu`
it prints:
```
qemu-system-riscv64 -machine virt -bios none -kernel kernel/kernel -m 128M -smp 3 -nographic -drive file=fs.img,if…
-
# Background
In order to make it as easy as possible for everyone to build our own code from the source. I suggest to make a video dedicated to this specific process.
# Definition of Done
- […
-
Hello Everyone,
This is a discussion thread for evaluating the best approach when porting TempleOS to RISC-V. If you are on board with this project, I assume that you are at least somewhat familiar w…
-
### Build Version
2db85ca6ecd46ff31035f59cd409477e81d4e0e7
### Operating System Environment
- [ ] Microsoft Windows (32-bit)
- [ ] Microsoft Windows (64-bit)
- [ ] Mac OS X
- [X] Linux (specify dis…
-
Currently Disc Image Manager loads the entire disc image into memory then works on it from there. This is fine for speed, and for floppy images and most RISC OS and AmigaDOS hard disc images. But for …
-
# Background
Create a (series of) video(s) briefly summarising how to use the provided software repositories in RISC OS 5
# Definition of Done
- [ ] A section on how to use !Store
- [ ] A se…
-
### Location
This affects our [platform support documentation](https://github.com/rust-lang/rust/blob/4c8bb79d9f565115637cc6da739f8389e79f3a29/src/doc/rustc/src/platform-support.md).
It specifically…