Re-enabled interrupts from keyboard, Enabled and configured the PIT to throw interrupts at a regular interval

This commit is contained in:
2021-12-20 21:53:57 +01:00
parent 23ede25ed6
commit 88cc1d75bb
10 changed files with 128 additions and 60 deletions

View File

@ -22,7 +22,7 @@ unsigned int inl_p(unsigned short ){
}
void outb_p(unsigned char , unsigned short ){
void b_p(unsigned char , unsigned short ){
}
void outw(unsigned short , unsigned short ){