Subversion Repositories HelenOS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

    .boot 0x0000000010000000: AT (0) { 
        *(BOOTSTRAP);
        *(REALMODE);
        *(.text);
        *(.toc);
        
        *(.opd);
        *(.rodata);
        *(.rodata.*);
        *(.data);       /* initialized data */
        *(.sdata);
        *(.sdata2);
        *(.sbss);
        *(.bss);        /* uninitialized static variables */    
        *(COMMON);      /* global variables */