view ipltest/ipl.ld @ 20:4205fb316c14 default tip

add memo files
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Mon, 15 Oct 2012 07:33:04 +0900 (2012-10-14)
parents f8ef856d6691
children
line wrap: on
line source
OUTPUT_FORMAT(binary)

SECTIONS {
    . = 0x7c00;
    .text : { *(.text) }
}