summaryrefslogtreecommitdiff
path: root/src/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.c')
-rw-r--r--src/kernel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel.c b/src/kernel.c
index 732151e..d4dba01 100644
--- a/src/kernel.c
+++ b/src/kernel.c
@@ -36,6 +36,7 @@ void entry( void )
interrupt_t interrupt;
interrupts_init( &interrupt );
+ puts( "Initializing PS/2 keyboard" );
keyboard_t keyboard;
keyboard_init( &keyboard );
interrupt_handler_t keyboard_interrupt_handler;