Initial commit for tinkering

This commit is contained in:
Tom Reincke
2026-06-28 23:57:44 +02:00
parent 448ec65759
commit 10201d10a5
15 changed files with 46349 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
SECTIONS
{
.data : { *(.data) }
.bss : { *(.bss) }
.text : { *(.text) }
}