This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
HeavyX
Watch
6
Star
1
Fork
You've already forked HeavyX
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ad4f00e93d
HeavyX
/
firmware
/
memory.x
6 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add simple Rust firmware (WIP)
2019-06-06 00:12:17 +08:00
MEMORY
{
firmware: simulable demo Run: qemu-system-riscv32 -nographic -machine sifive_u -kernel target/riscv32imc-unknown-none-elf/release/helloworld
2019-06-06 10:33:29 +08:00
FLASH : ORIGIN = 0x80000000, LENGTH = 16M
RAM : ORIGIN = 0x81000000, LENGTH = 16K
add simple Rust firmware (WIP)
2019-06-06 00:12:17 +08:00
}