diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-25 17:42:33 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-25 17:42:33 -0400 |
commit | 9b26a288ae243b9497316e7c94dbc7914a09b14f (patch) | |
tree | 2f23696a2bf98fa3271bf4907f452b00ded70d27 /vmtables.d | |
parent | convert build system to zig (diff) | |
download | comus-9b26a288ae243b9497316e7c94dbc7914a09b14f.tar.gz comus-9b26a288ae243b9497316e7c94dbc7914a09b14f.tar.bz2 comus-9b26a288ae243b9497316e7c94dbc7914a09b14f.zip |
remove legacy bullshit
Diffstat (limited to '')
-rw-r--r-- | vmtables.d | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vmtables.d b/vmtables.d deleted file mode 100644 index 6fbb02c..0000000 --- a/vmtables.d +++ /dev/null @@ -1,5 +0,0 @@ -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 |