mirror of
https://github.com/lupyuen/nuttx-star64.git
synced 2025-01-13 05:08:31 +08:00
Initial RAM Disk
This commit is contained in:
parent
1b1db9dc4d
commit
649f5e7e55
1 changed files with 6 additions and 0 deletions
|
@ -3099,6 +3099,12 @@ romfs_devread32():
|
|||
8001064a: 00074703 lbu a4,0(a4)
|
||||
```
|
||||
|
||||
[`MCAUSE 4`](https://five-embeddev.com/riscv-isa-manual/latest/machine.html#sec:mcause) is "Load address misaligned"
|
||||
|
||||
Probably because we're using 16-bit alignment, instead of 32-bit alignment?
|
||||
|
||||
TODO: Fix to 32-bit alignment
|
||||
|
||||
Let's find the RAM Address of the Initial RAM Disk...
|
||||
|
||||
# RAM Disk Address for RISC-V QEMU
|
||||
|
|
Loading…
Reference in a new issue