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,5 +2,5 @@ set default="0"
set timeout="5"
menuentry "Mentalnet GNU/Linux" {
linux /boot/bzImage root=@ROOTDEV@ rootwait rw console=ttyS0,9600n8 console=tty0
linux /boot/bzImage root=@ROOTDEV@ rootwait rw console=ttyS0,9600n8 console=tty0 i8042.nomux i8042.noloop noapic acpi=off i8042.dumbkbd=1
}