diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-26 13:17:41 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-26 13:17:41 -0400 |
commit | 2dadbfc899df4179ca70c4ea04f74a5e190c2ae7 (patch) | |
tree | b166aaa9af42406cd07fbaf150f93aefeb2fbe33 /device/initrd.c | |
parent | ddc4fbc15223e362896a9f42beca73f05f48e664 (diff) | |
download | jove-kernel-2dadbfc899df4179ca70c4ea04f74a5e190c2ae7.tar.gz jove-kernel-2dadbfc899df4179ca70c4ea04f74a5e190c2ae7.tar.bz2 jove-kernel-2dadbfc899df4179ca70c4ea04f74a5e190c2ae7.zip |
fix usermode interrupts. add ability to define custom interrupt handlersmain
Diffstat (limited to 'device/initrd.c')
-rw-r--r-- | device/initrd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/initrd.c b/device/initrd.c index b57687c..e9b3533 100644 --- a/device/initrd.c +++ b/device/initrd.c @@ -5,6 +5,7 @@ #include "device/initrd.h" #include "boot.h" #include "object.h" +#include "api/init.h" #include "init.h" #include "bootargs.h" #include "print.h" |