diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-25 17:36:52 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-25 17:38:22 -0400 |
commit | 6af21e6a4f2251e71353562d5df7f376fdffc270 (patch) | |
tree | de20c7afc9878422c81e34f30c6b010075e9e69a /vmtables.d | |
download | comus-6af21e6a4f2251e71353562d5df7f376fdffc270.tar.gz comus-6af21e6a4f2251e71353562d5df7f376fdffc270.tar.bz2 comus-6af21e6a4f2251e71353562d5df7f376fdffc270.zip |
initial checkout from wrc
Diffstat (limited to 'vmtables.d')
-rw-r--r-- | vmtables.d | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vmtables.d b/vmtables.d new file mode 100644 index 0000000..6fbb02c --- /dev/null +++ b/vmtables.d @@ -0,0 +1,5 @@ +vmtables.o: kernel/vmtables.c include/common.h include/types.h \ + include/params.h include/defs.h include/kdefs.h include/debug.h \ + include/cio.h include/support.h include/lib.h include/klib.h \ + include/x86/ops.h include/kmem.h include/procs.h include/vm.h \ + include/x86/arch.h |