Remove debugging times, set PIT to slower frequency

This commit is contained in:
Jeremy Soller
2016-09-01 16:46:34 -06:00
parent e6491d2d1d
commit 641a007e49
+1 -1
View File
@@ -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