diff options
author | YamaArashi <shadow962@live.com> | 2015-10-05 06:03:59 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-05 06:03:59 -0700 |
commit | 9024595c93acf6b1ee7aa63b9b2d04ee701058c3 (patch) | |
tree | 8bbe44a67d7eb6092722e67a09e5ab7d3d7c7b22 /ld_script.txt | |
parent | 7f3c790d09b2736c5470535fbed5e06784821669 (diff) |
split out files and add build batch file
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt new file mode 100644 index 000000000..48982d49d --- /dev/null +++ b/ld_script.txt @@ -0,0 +1,6 @@ +ENTRY(Start) + +SECTIONS { + . = 0x8000000; + .text : { *(.text); } +} |