Remove debugging times, set PIT to slower frequency
This commit is contained in:
parent
817638b7aa
commit
7ae58a11d7
3 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue