Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3026 → Rev 3027

/trunk/boot/arch/arm32/loader/_link.ld.in
1,3 → 1,7
OUTPUT_FORMAT("elf32-littlearm")
ENTRY(start)
 
SECTIONS {
.boot 0x0: AT (0) {
*(BOOTSTRAP);
*(.text);
15,3 → 19,6
 
. = 0x4000;
*(PT); /* page table placed at 0x4000 */
[[COMPONENTS]]
}
}