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/video.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kc/core/video.c') diff --git a/kc/core/video.c b/kc/core/video.c index 6d89c08..a3bdce2 100644 --- a/kc/core/video.c +++ b/kc/core/video.c @@ -46,8 +46,8 @@ #include -#include -#include +#include +#include #include #include @@ -227,7 +227,7 @@ int video_init(void) } } - kprintf("video output %ix%i pixels, %i bytes per line, %s 32 bytes per pixel\n", + printf("video output %ix%i pixels, %i bytes per line, %s 32 bytes per pixel\n", boot_data->width, boot_data->height, boot_data->pitch, video_format_name); -- cgit v1.3.1-1-g115d