ADD ELF SUPPORT

This commit is contained in:
2025-12-23 19:56:42 +01:00
parent 36faa1e39c
commit 8ed4845d58
6 changed files with 151 additions and 23 deletions

View File

@@ -6,7 +6,6 @@ MEMORY {
SECTIONS {
.text : ALIGN(4) {
*(.text._start)
*(.text*)
} > RAM