aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/Makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/Makefile.linux')
-rw-r--r--src/arch/i386/Makefile.linux4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile.linux b/src/arch/i386/Makefile.linux
index fe4229e..d78ee32 100644
--- a/src/arch/i386/Makefile.linux
+++ b/src/arch/i386/Makefile.linux
@@ -4,6 +4,10 @@
#
LDSCRIPT = arch/i386/scripts/linux.lds
+# Starting virtual address
+#
+LDFLAGS += -Ttext=0x08048000
+
# Compiler flags for building host API wrapper
#
LINUX_CFLAGS += -m32