Fix issues with Pentium machines and their escaping phantom keystrokes by dumbing down kbd interactions with kernel,R1 FirstStorm release just about ready

This commit is contained in:
markmental 2026-09-11 16:32:53 -04:00
commit f667bcd324
11 changed files with 188 additions and 18 deletions

View file

@ -2,6 +2,6 @@ set default="0"
set timeout="10"
menuentry "Mentalnet GNU/Linux" {
linux /boot/bzImage root=/dev/sr0 ro
linux /boot/bzImage root=/dev/sr0 ro i8042.nomux i8042.noloop noapic acpi=off i8042.dumbkbd=1
}