forked from AbleOS/ableos
Uhm, I dunno how that got there.
This commit is contained in:
parent
a93512eed1
commit
b3d07b5235
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue