From 47eae9023034b3c233aac7362cec20d717d90edb Mon Sep 17 00:00:00 2001 From: Bah Thierno-Souleymane <thiernosouleymane.bah.etu@univ-lille.fr> Date: Mon, 29 Mar 2021 15:24:35 +0200 Subject: [PATCH] feat(query the keyborad done) --- src/main.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main.c b/src/main.c index 847152c..32adbe2 100644 --- a/src/main.c +++ b/src/main.c @@ -36,6 +36,11 @@ void main(unsigned int *mboot_info) puts("Hello world\n\n"); + for (;;) + { + putc(_inb(0x60)); + } + for (;;) ; /* nothing more to do... really nothing ! */ } -- GitLab