aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/kernel.c')
-rw-r--r--src/kernel/kernel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kernel/kernel.c b/src/kernel/kernel.c
index f1b2df8..27f5ad9 100644
--- a/src/kernel/kernel.c
+++ b/src/kernel/kernel.c
@@ -15,6 +15,8 @@
#include <kernel/fs/atapi_pio.h>
#include <kernel/lib/stdlib/liballoc.h>
#include <kernel/lib/stdio.h>
+#include <kernel/pci/pci.h>
+#include <kernel/net/network.h>
extern void jump_userspace();
@@ -39,6 +41,8 @@ void kernel_main()
timer_install();
mouse_install();
keyboard_install();
+ pci_remap();
+ network_install();
asm ("sti");
// Get hardware information