From 544acef0986977ef9d3a05d87bb9f55163b1280a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 9 Aug 2020 17:27:08 +0200 Subject: Temporary cpu and serial drivers in libc --- kernel/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'kernel/main.c') diff --git a/kernel/main.c b/kernel/main.c index 17d6267..85c1103 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -9,16 +9,15 @@ #include #include #include +#include #include #include #include #include -u32 HEAP = 0x00200000; -u32 HEAP_START; - void kernel_main(struct vid_info *vid_info) { + HEAP = 0x00200000; HEAP_START = HEAP; // For malloc function // Initialize VESA video -- cgit v1.2.3