diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-15 15:51:13 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-15 15:51:13 -0400 |
commit | 5d73ba1059771f3226c1f45d41a9e3f52d68ee3d (patch) | |
tree | d1a93562ddff3810162d5180c3fe3cda58e24dad /apps/init/memory.h | |
parent | 76ee61642d9d5c7d2abb8b92adec7ec59bd8791a (diff) | |
download | jove-os-5d73ba1059771f3226c1f45d41a9e3f52d68ee3d.tar.gz jove-os-5d73ba1059771f3226c1f45d41a9e3f52d68ee3d.tar.bz2 jove-os-5d73ba1059771f3226c1f45d41a9e3f52d68ee3d.zip |
begin init staging refactormain
Diffstat (limited to 'apps/init/memory.h')
-rw-r--r-- | apps/init/memory.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/init/memory.h b/apps/init/memory.h deleted file mode 100644 index 378de60..0000000 --- a/apps/init/memory.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _INIT_MEMORY_H -#define _INIT_MEMORY_H 1 - -#include <jove/object.h> - -extern KernelObjectDirectory untypedDirectory; - -void pager_setup(); - -#endif |