f1341d3d72
Draw few message on VGA Setup Interruption Description Table Setup IRQ
9 lines
77 B
C
9 lines
77 B
C
#include "irq.h"
|
|
#include "pic.h"
|
|
|
|
int irqSetup()
|
|
{
|
|
initPic();
|
|
return 0;
|
|
}
|