reorganise

This commit is contained in:
andromeda
2026-03-06 16:53:18 +01:00
parent fdf5bb9daf
commit d35463e195
17 changed files with 89 additions and 95 deletions

8
bootle/src/linker.ld Normal file
View File

@@ -0,0 +1,8 @@
SECTIONS
{
. = 0x00010000;
.text : {
*(.text._start)
*(.text*)
}
}