From 212582f69dea4c99c292081b15ea526014b9ad44 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 14 Apr 2021 13:39:42 +0200 Subject: Even more I/O - started new PS/2 driver --- kernel/main.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'kernel/main.c') diff --git a/kernel/main.c b/kernel/main.c index fe1f75f..3b961f2 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -6,11 +6,10 @@ #include #include #include -#include +#include #include #include #include -#include #include #include #include @@ -52,14 +51,12 @@ int kernel_main(struct boot_info *boot) interrupts_install(); timer_install(); rtc_install(); - keyboard_install(); - mouse_install(); + io_install(); fb_install(boot->vid); /* net_install(); */ // Enable drivers sti(); - keyboard_reset(); syscall_init(); -- cgit v1.2.3