diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ipltest/ipl.ld	Tue Oct 09 17:35:53 2012 +0900
@@ -0,0 +1,6 @@
+OUTPUT_FORMAT(binary)
+
+SECTIONS {
+    . = 0x7c00;
+    .text : { *(.text) }
+}