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

This commit is contained in:
vmttmv
2026-01-07 02:31:14 +02:00
parent d6ab8c91f8
commit a9b8ac7066
2 changed files with 80 additions and 42 deletions

View File

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