From b905869a35f062a4e5072f10bec3a2ba3db0e365 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Wed, 30 Jul 2025 14:32:01 -0400 Subject: working userland with some invoke syscalls --- include/init.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/init.h (limited to 'include/init.h') diff --git a/include/init.h b/include/init.h new file mode 100644 index 0000000..aa722b1 --- /dev/null +++ b/include/init.h @@ -0,0 +1,10 @@ +#ifndef _JOVE_INIT_H +#define _JOVE_INIT_H 1 + +#ifdef __x86_64__ + +#endif + +void init_load(void); + +#endif -- cgit v1.2.1