]> rtime.felk.cvut.cz Git - jailhouse-test.git/blobdiff - bootstrap-relink/all-linked-try.ld
fiasco: bootstrap: some other try to link image explicitly. address changed. adapted...
[jailhouse-test.git] / bootstrap-relink / all-linked-try.ld
index 83d09eced31bb22837249a422cca101080ec6f8c..949f13877e263bd9ded64c6660a60a8be16a926d 100644 (file)
@@ -43,15 +43,15 @@ SECTIONS
        }
        
        /*fiasco section*/
-       . =  0x00100000 ;
+       . =  0x01000000 ;
        _image_start = .;
-       .text 0x00100000 : AT(0x00100000 - 0xf0000) 
+       .text 0x01000000 : AT(0x00100000 - 0xf0000) 
        {
        *( EXCLUDE_FILE (header-32-inmate.o) .text .text.*)
        *( EXCLUDE_FILE (header-32-inmate.o) .rodata .rodata.*)
        } =0x9090
 
-       .data : AT(0x00100000 + SIZEOF(.text) - 0xf0000)
+       .data : AT(0x01000000 + SIZEOF(.text) - 0xf0000)
        {
        *( EXCLUDE_FILE (header-32-inmate.o) .data .data.*)
        *( EXCLUDE_FILE (header-32-inmate.o) .bss .bss.*)