Nearly working (character prints only in certain cases).
h3rald h3rald@h3rald.com
Wed, 03 Dec 2025 18:14:16 +0100
2 files changed,
14 insertions(+),
3 deletions(-)
M
devices/console.c
→
devices/console.c
@@ -23,7 +23,7 @@ (void)error;
switch (addr) { case XYW_CONSOLE_OUTPUT: - putchar(val); + fputc(val, stdout); fflush(stdout); break; case XYW_CONSOLE_ERROR: