From ca76600acc8bf7a02346efa5bd8f17072210ec01 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 30 Oct 2023 21:47:59 +0100 Subject: Cleanup of things that did not get formatted or not included in old commits --- init/kernel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init') diff --git a/init/kernel.c b/init/kernel.c index 9f507e0..8c0f70c 100644 --- a/init/kernel.c +++ b/init/kernel.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include @@ -86,6 +87,7 @@ void kernel_main(uint32_t kernel_end, unsigned long magic, unsigned long addr, add_keyboard(); add_mouse(); + rtl8139_init(); display_driver_init(mb); add_vbe_device(); -- cgit v1.2.3