From 5ebb28e721042d0ceecd76e4cdccab4b9396dcc5 Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Sat, 23 Apr 2016 12:35:59 +0200 Subject: [PATCH] fiasco: bootstrap: Use standard address 0x2d0000 to load the image. --- l4/pkg/bootstrap_custom/server/src/Make.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l4/pkg/bootstrap_custom/server/src/Make.rules b/l4/pkg/bootstrap_custom/server/src/Make.rules index 141949256..dae9d4612 100644 --- a/l4/pkg/bootstrap_custom/server/src/Make.rules +++ b/l4/pkg/bootstrap_custom/server/src/Make.rules @@ -18,7 +18,7 @@ INTERNAL_CRT0 := y # the defualt is to use our internal crt0 DEFAULT_RELOC_arm := 0x01000000 -DEFAULT_RELOC_x86 := 0x00100000 #edited +DEFAULT_RELOC_x86 := 0x002d0000 DEFAULT_RELOC_amd64 := 0x002d0000 DEFAULT_RELOC_ppc32 := 0x002d0000 DEFAULT_RELOC_sparc := 0x00800000 -- 2.39.2