Update loader

This commit is contained in:
suchmememanyskill
2021-09-15 21:22:35 +02:00
parent 80d6ad6a00
commit 11c69d4cb1
3 changed files with 17 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ SECTIONS {
. = __ipl_start;
.text : {
*(.text._start);
*(._boot_cfg);
KEEP(*(._boot_cfg));
*(.text*);
}
.data : {