diff --git a/x86_64/initialize.asm b/x86_64/initialize.asm index 2c21e0805b..20f059b42e 100644 --- a/x86_64/initialize.asm +++ b/x86_64/initialize.asm @@ -38,7 +38,7 @@ initialize: .pit: ;initialize the PIT - mov ax, 5370 ;this is the divider for the PIT + mov ax, 65535 ;5370 ;this is the divider for the PIT out 0x40, al rol ax, 8 out 0x40, al