Uhm, I dunno how that got there.

This commit is contained in:
peony 2024-12-01 13:13:13 +01:00
parent a93512eed1
commit b3d07b5235

View file

@ -7,7 +7,7 @@ port2 := @as(Port, PORT_AT_STARTUP)
//wiki.osdev.org/"8042"_PS/2_Controller#PS/2_Controller_IO_Ports
$CONTROLLER_PORT := 0x64
$DATA_PORT := 0x60n
$DATA_PORT := 0x60
$disable_port1 := fn(): void memory.outb(CONTROLLER_PORT, 0xAD)
$enable_port1 := fn(): void memory.outb(CONTROLLER_PORT, 0xAE)