Compare commits
10 Commits
BasicGraph
...
5f39f7e7ed
Author | SHA1 | Date | |
---|---|---|---|
5f39f7e7ed | |||
d455735ea2 | |||
9dc7a05da1 | |||
59bcc17668 | |||
5f50f8c013 | |||
595a7d5163 | |||
e84d196b00 | |||
f71a3a8ed6 | |||
63ea825e2e | |||
a094f510d3 |
@ -381,6 +381,7 @@ irq15:
|
|||||||
push $15
|
push $15
|
||||||
jmp irq_common
|
jmp irq_common
|
||||||
|
|
||||||
|
|
||||||
irq_common:
|
irq_common:
|
||||||
pusha
|
pusha
|
||||||
|
|
||||||
|
@ -23,9 +23,6 @@ void irs_handler (registers regs) {
|
|||||||
printf(" Error code: %d \n", regs.err_code);
|
printf(" Error code: %d \n", regs.err_code);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user