From 2dadbfc899df4179ca70c4ea04f74a5e190c2ae7 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Fri, 26 Sep 2025 13:17:41 -0400 Subject: fix usermode interrupts. add ability to define custom interrupt handlers --- include/init.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'include/init.h') diff --git a/include/init.h b/include/init.h index 2821926..f21afa6 100644 --- a/include/init.h +++ b/include/init.h @@ -1,20 +1,8 @@ #ifndef _JOVE_INIT_H #define _JOVE_INIT_H 1 -#include - -enum { - INIT_OBJECT_ROOTDIR = 0, - INIT_OBJECT_TCB, - INIT_OBJECT_PAGEMAP, - INIT_OBJECT_PROCESSOR_DIR, - INIT_OBJECT_UNTYPED_DIR, - INIT_OBJECT_INITRD_DIR, - INIT_OBJECT_MESSAGE, - INIT_OBJECT_LOG -}; - #include "object.h" +#include "api/init.h" extern objdir_t _initDirectory; void init_load(void); -- cgit v1.2.1