From a10aabfcd52f702057316018cd7847ab2bfe4aa1 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Tue, 26 May 2026 21:32:27 +0000 Subject: we're bringing kjarna back and not doing the crazy stuff with trying to have task management during efi. that was a bit extra. --- kc/core/kstdio.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 kc/core/kstdio.c (limited to 'kc/core/kstdio.c') diff --git a/kc/core/kstdio.c b/kc/core/kstdio.c deleted file mode 100644 index 680eb07..0000000 --- a/kc/core/kstdio.c +++ /dev/null @@ -1,18 +0,0 @@ -#include "serial.h" -#include "video.h" - -#include -#include - -#include -#include - -FILE *kstdout; - -int kfputc(int c, FILE *f) -{ - (void)f; - video_putchar(c); - return serial_putchar(c); -} - -- cgit v1.3.1-1-g115d