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 235fd2636d
commit a450ac06f2
2 changed files with 80 additions and 42 deletions

View File

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