From 65ba015d6c1f248d36ad01a653bc49637804b15b Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sun, 10 Aug 2025 15:46:33 -0400 Subject: working usermode objdir iteration --- apps/init/memory.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/init/memory.h (limited to 'apps/init/memory.h') diff --git a/apps/init/memory.h b/apps/init/memory.h new file mode 100644 index 0000000..61d16d6 --- /dev/null +++ b/apps/init/memory.h @@ -0,0 +1,6 @@ +#ifndef _INIT_MEMORY_H +#define _INIT_MEMORY_H 1 + + + +#endif -- cgit v1.2.1