Sebastien Bourdeauducq
78f67f82d3
Run: qemu-system-riscv32 -nographic -machine sifive_u -kernel target/riscv32imc-unknown-none-elf/release/helloworld
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
MEMORY
|
|
{
|
|
FLASH : ORIGIN = 0x80000000, LENGTH = 16M
|
|
RAM : ORIGIN = 0x81000000, LENGTH = 16K
|
|
}
|