aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.lds
diff options
context:
space:
mode:
Diffstat (limited to 'pk/pk.lds')
-rw-r--r--pk/pk.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/pk.lds b/pk/pk.lds
index 0897e50..522e4a8 100644
--- a/pk/pk.lds
+++ b/pk/pk.lds
@@ -10,7 +10,7 @@ SECTIONS
/*--------------------------------------------------------------------*/
/* Begining of code and text segment */
- . = 0;
+ . = 0x80000000;
_ftext = .;
PROVIDE( eprol = . );