1

add pit indicator

This commit is contained in:
2022-07-04 17:07:09 +02:00
parent 42a1d719ee
commit 16f814bfcf
4 changed files with 33 additions and 2 deletions

View File

@ -32,6 +32,7 @@ extern "C" void int_disp(unsigned int slot);
void int_disp(unsigned int vector) {
/* hier muss Code eingefuegt werden */
if (vector < 32) {
bs_dump(vector);
cpu.halt();