This website requires JavaScript.
Explore
Help
Sign In
zcy
/
tinyriscv
Watch
1
Star
0
Fork
You've already forked tinyriscv
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5dd0fa4034
tinyriscv
/
tools
/
bootrom
/
link.ld
12 lines
137 B
Plaintext
Raw
Blame
History
OUTPUT_ARCH( "riscv" )
ENTRY( entry )
SECTIONS
{
. = 0x01000000;
.text :
{
*(.text)
}
_end = .;
}
Reference in New Issue
View Git Blame
Copy Permalink