diff options
author | Oxore <oxore@protonmail.com> | 2023-06-04 21:58:39 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-06-04 23:26:13 +0300 |
commit | a3f3fb052678b9cf1f80bbdc72c42afc3705ac0b (patch) | |
tree | f45953c256f4e463f073afcdc920c916afc4c0d1 /test.ld | |
parent | b5c24afbc10a36f65e73d5ef2100da4ff173a109 (diff) |
Add initial support of ELF files
Diffstat (limited to 'test.ld')
-rw-r--r-- | test.ld | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: Unlicense + */ + MEMORY { ROM(rx) : ORIGIN = 0x00000000, LENGTH = 4M } |