git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: kprintf now goes into dedicated pseudo-dev rather than flooding the framebuffer
[lunaix-os.git]
/
lunaix-os
/
arch
/
i386
/
exceptions
/
i386_isrdef.c
diff --git
a/lunaix-os/arch/i386/exceptions/i386_isrdef.c
b/lunaix-os/arch/i386/exceptions/i386_isrdef.c
index 81a4d34837b16c401e4720c190efdfd9e1e258cf..8bebb9664cc6654b52d324a6a8157aa0de267f7f 100644
(file)
--- a/
lunaix-os/arch/i386/exceptions/i386_isrdef.c
+++ b/
lunaix-os/arch/i386/exceptions/i386_isrdef.c
@@
-1,7
+1,7
@@
/* Generated from i386_isrdef.c.j2. Do NOT modify */
-#include "i386_intr.h"
#include <lunaix/types.h>
+#include <sys/i386_intr.h>
#define IDT_INTERRUPT 0x70
#define KERNEL_CS 0x8