Skip to content
Snippets Groups Projects
Commit 47eae902 authored by Thierno souleymane Bah's avatar Thierno souleymane Bah
Browse files

feat(query the keyborad done)

parent 69284517
No related branches found
No related tags found
No related merge requests found
......@@ -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 ! */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment