diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-05 00:16:42 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-05 00:16:42 +0100 |
| commit | 743a4860cce117baec6ef3c40deb0f945529c34f (patch) | |
| tree | fe9f609521ac66331364d8a9c97ac9dcf5fcd46c /asm/int_irq0.asm | |
| parent | 41c3e0bc640f570831bd6c18fbfb8c7cec23a43d (diff) | |
struggling with paging exceptions!
Diffstat (limited to 'asm/int_irq0.asm')
| -rw-r--r-- | asm/int_irq0.asm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/asm/int_irq0.asm b/asm/int_irq0.asm deleted file mode 100644 index a713774..0000000 --- a/asm/int_irq0.asm +++ /dev/null @@ -1,9 +0,0 @@ -global int_irq0 -[extern exception_handle] - -[bits 32] -int_irq0: - - cli - call exception_handle ;this will never return due to panic! - jmp $ |
