diff options
Diffstat (limited to 'src/arch/i386/Makefile.linux')
-rw-r--r-- | src/arch/i386/Makefile.linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/i386/Makefile.linux b/src/arch/i386/Makefile.linux index fe4229e94..5992b0628 100644 --- a/src/arch/i386/Makefile.linux +++ b/src/arch/i386/Makefile.linux @@ -1,8 +1,8 @@ # -*- makefile -*- : Force emacs to use Makefile mode -# Linker script +# Starting virtual address # -LDSCRIPT = arch/i386/scripts/linux.lds +LDFLAGS += -Ttext=0x08048000 # Compiler flags for building host API wrapper # |