Skip to content

Commit

Permalink
Added one line of code to initialise keyboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-n3m0 committed May 11, 2023
1 parent bbbb72e commit 6c3dbad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kernel16F.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ void main()
// Initialise the CLI
cli_init();

// Initialise the keyboard
keyboard_init();

{
int f = fopen("0:/START", 'r');
Expand Down

0 comments on commit 6c3dbad

Please sign in to comment.