view ipltest/ipl.ld @ 19:f8ef856d6691

two new test directory
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Tue, 09 Oct 2012 17:35:53 +0900
parents
children
line wrap: on
line source

OUTPUT_FORMAT(binary)

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