diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-17 13:44:55 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-17 14:10:42 -0400 |
commit | f8529d09bf1555c2dda61f5841b7ad4f42ce9715 (patch) | |
tree | 16e0cdede45741e945e663f72697665074b2b077 /kernel/main.c | |
parent | fmt (diff) | |
download | comus-f8529d09bf1555c2dda61f5841b7ad4f42ce9715.tar.gz comus-f8529d09bf1555c2dda61f5841b7ad4f42ce9715.tar.bz2 comus-f8529d09bf1555c2dda61f5841b7ad4f42ce9715.zip |
elf sym loading
Diffstat (limited to 'kernel/main.c')
-rw-r--r-- | kernel/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/main.c b/kernel/main.c index 99954d6..7ea47ad 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -1,4 +1,3 @@ -#include "lib/kio.h" #include <comus/cpu.h> #include <comus/memory.h> #include <comus/mboot.h> |