did some restructuring, got multitasking almost working

This commit is contained in:
2026-06-26 20:05:01 -05:00
parent 57d7d34c6d
commit 43bc0df81a
35 changed files with 481 additions and 307 deletions

View File

@@ -1,8 +1,7 @@
#include <lib/stream.h>
#include <stddef.h>
#include "multiboot.h"
print_stream_t* kout;
multiboot_info* grub_boot_struct_ptr = NULL;
extern char __kernel_start;