diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-06 22:48:56 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-06 22:48:56 +0200 |
| commit | 8fd3b2abfc04be1deb3b737e8525caec66808fb4 (patch) | |
| tree | a9dd0dc95495c130472e4ad4f6fb865fd06fefce /kernel/interrupts.c | |
| parent | f0a4237f881ef3a29246cdaadaea589bb984800f (diff) | |
minor fixes of some comments and interrupts
Diffstat (limited to 'kernel/interrupts.c')
| -rw-r--r-- | kernel/interrupts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/interrupts.c b/kernel/interrupts.c index ce49201..49a29a3 100644 --- a/kernel/interrupts.c +++ b/kernel/interrupts.c @@ -45,7 +45,7 @@ void int_def_handler() int_unhandled++; - // todo also the other pic!// TODO + // send EOI to primary PIC __asm__("mov $0x20, %al"); __asm__("out %al, $0x20"); |
