Establish well-defined read buffers for bl, implement error printing

This commit is contained in:
vmttmv
2026-01-07 02:31:14 +02:00
committed by Borna Šoštarić
parent 5dcf5d24b2
commit 091391907f
2 changed files with 80 additions and 42 deletions

View File

@@ -9,6 +9,4 @@ SECTIONS {
*(.bss*)
*(COMMON)
}
read_buf = .;
}