Skip to content

Commit

Permalink
KERNEL: GOD I HOPE THIS FIXES THE KEYBOARD ISSUE
Browse files Browse the repository at this point in the history
  • Loading branch information
laniku authored May 13, 2021
1 parent b5922fc commit 1dc56cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ void Protected() {
Clear();

unsigned char mask = inb (0x21);
outb(0x21, mask & 0xFD); // Enable keyboard interrupt, probably not necessary but just in case

ClearColor(0x0010);
Write("vuOS kernel (SEATRAY) init 1\n", -1, 0x000F); // 0x000F = White on Black
Expand Down

0 comments on commit 1dc56cd

Please sign in to comment.