-
When we enabled "irq" feature for hypervisor level IRQ, it won't work under RISCV64 currently.
```toml
# arceos-vmm/Cargo.toml
# System dependent modules provided by ArceOS.
axstd = { workspac…
-
Hello everyone.
I'm trying to find the inode of a given sector with `ifind` but it does not work. The exit code is 1.
By default it does not detect the filesystem type. It is fat32 (virtual fat)…
-
I'm trying to build one of my z80pack VM's for the RISC-V instead of the ARM cores. Looks like FatFs is not prepared for this yet?
Scanning dependencies of target picosim
[ 10%] Building C object …
-
I was trying to work from the rp2040 example, but it seems to be outdated. I tried to adjust it to make it work and adjusted the pins to my board layout, see my diff:
[diff.txt](https://github.com/…
-
I'm working with an ESP32-Lyrat v4.3 board and use an external mic to record sound. In the documentation for the ES8388 chip, it says to set certain registry values and i did so but it doesn't change …
-
The issue can be reproduced by executing `run/bash` with commit [6e4a5ce](https://github.com/rite/genode/commit/6e4a5ce86ddfbe065dee84af9111e37153454e0f) and issuing the following bash command:
```
…
rite updated
3 months ago
-
It is technically possible to swap out the SD card at runtime on DSi/3DS consoles (and on flash cartridges too, but this is not entirely fixable there), however this will currently lead to potential d…
-
```
Create a connection to the FATFS
```
Original issue reported on code.google.com by `martin.a...@gmail.com` on 6 Oct 2009 at 8:36
-
```
Create a connection to the FATFS
```
Original issue reported on code.google.com by `martin.a...@gmail.com` on 6 Oct 2009 at 8:36
-
Writing an SD interface from scratch would be a huge pain, so we should probably use this implementation for the pico:
https://github.com/carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico
The interface provided…