]> rtime.felk.cvut.cz Git - l4.git/commitdiff
fiasco: bootstrap: Use standard address 0x2d0000 to load the image.
authorMaxim Baryshnikov <barysmax@fel.cvut.cz>
Sat, 23 Apr 2016 10:35:59 +0000 (12:35 +0200)
committerMaxim Baryshnikov <barysmax@fel.cvut.cz>
Sat, 23 Apr 2016 10:35:59 +0000 (12:35 +0200)
l4/pkg/bootstrap_custom/server/src/Make.rules

index 141949256eacab351b22976b726c573e1bbd6298..dae9d4612cb29307fbbbdac19276d26335bdf2e2 100644 (file)
@@ -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