Remove debugging times, set PIT to slower frequency

This commit is contained in:
Jeremy Soller 2016-09-01 16:46:34 -06:00
parent 817638b7aa
commit 7ae58a11d7
3 changed files with 2 additions and 7 deletions

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