From 641a007e4922a135f949b328bdf1e5181f21368a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 Sep 2016 16:46:34 -0600 Subject: [PATCH] Remove debugging times, set PIT to slower frequency --- x86_64/initialize.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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