aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.ld
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-15 15:52:00 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-15 15:52:00 -0700
commit0d603acb91f455adb879ea45fdb84313067f4293 (patch)
treec74a7524a52e898237446e0c2da55ac9be06f51c /pk/pk.ld
parentba0cf0546686acac7e891d9740009bcc4ada73ee (diff)
downloadpk-0d603acb91f455adb879ea45fdb84313067f4293.zip
pk-0d603acb91f455adb879ea45fdb84313067f4293.tar.gz
pk-0d603acb91f455adb879ea45fdb84313067f4293.tar.bz2
[pk] load pk at addr 0; user stack top = MEMSIZE
Diffstat (limited to 'pk/pk.ld')
-rw-r--r--pk/pk.ld11
1 files changed, 5 insertions, 6 deletions
diff --git a/pk/pk.ld b/pk/pk.ld
index 577de0f..5be7ab8 100644
--- a/pk/pk.ld
+++ b/pk/pk.ld
@@ -11,15 +11,14 @@ SECTIONS
/* Begining of code and text segment */
. = 0x00000000;
- .boottext :
- {
- riscv-pk.o(.boottext)
- }
-
- . = 0x70000000;
_ftext = .;
PROVIDE( eprol = . );
+ .text :
+ {
+ riscv-pk.o(.text)
+ }
+
/* text: Program code section */
.text :
{