summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2024-03-13 09:58:22 -0400
committerJon Santmyer <jon@jonsantmyer.com>2024-03-13 09:58:22 -0400
commitf46ab8ca2050ee77edf6e6b979875426bdaf29dc (patch)
tree1877f76c37adc4c7f7ea98a24f2cd1a61432ac63 /lib
parentd1ff7bcc91886626dc9060ec5fb67ee102ab7c1d (diff)
downloadjove-kernel-f46ab8ca2050ee77edf6e6b979875426bdaf29dc.tar.gz
jove-kernel-f46ab8ca2050ee77edf6e6b979875426bdaf29dc.tar.bz2
jove-kernel-f46ab8ca2050ee77edf6e6b979875426bdaf29dc.zip
fix incorrect tss rsp assignment
Diffstat (limited to 'lib')
-rw-r--r--lib/hashtable.d2
-rw-r--r--lib/kpanic.d1
-rw-r--r--lib/linkedlist.d1
-rw-r--r--lib/ltostr.d1
-rw-r--r--lib/mem.d1
-rw-r--r--lib/sfmt.d1
-rw-r--r--lib/string.d1
-rw-r--r--lib/toupper.d1
8 files changed, 0 insertions, 9 deletions
diff --git a/lib/hashtable.d b/lib/hashtable.d
deleted file mode 100644
index 791f457..0000000
--- a/lib/hashtable.d
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/hashtable.o: lib/hashtable.c lib/hashtable.h lib/linkedlist.h \
- lib/string.h mem/memory.h mem/slab.h
diff --git a/lib/kpanic.d b/lib/kpanic.d
deleted file mode 100644
index bf4ed9e..0000000
--- a/lib/kpanic.d
+++ /dev/null
@@ -1 +0,0 @@
-lib/kpanic.o: lib/kpanic.c lib/jove.h io/log.h
diff --git a/lib/linkedlist.d b/lib/linkedlist.d
deleted file mode 100644
index a06a9df..0000000
--- a/lib/linkedlist.d
+++ /dev/null
@@ -1 +0,0 @@
-lib/linkedlist.o: lib/linkedlist.c lib/linkedlist.h
diff --git a/lib/ltostr.d b/lib/ltostr.d
deleted file mode 100644
index fecc225..0000000
--- a/lib/ltostr.d
+++ /dev/null
@@ -1 +0,0 @@
-lib/ltostr.o: lib/ltostr.c lib/format.h
diff --git a/lib/mem.d b/lib/mem.d
deleted file mode 100644
index 232ecd5..0000000
--- a/lib/mem.d
+++ /dev/null
@@ -1 +0,0 @@
-lib/mem.o: lib/mem.c lib/string.h mem/memory.h mem/slab.h
diff --git a/lib/sfmt.d b/lib/sfmt.d
deleted file mode 100644
index f462cea..0000000
--- a/lib/sfmt.d
+++ /dev/null
@@ -1 +0,0 @@
-lib/sfmt.o: lib/sfmt.c lib/string.h lib/format.h
diff --git a/lib/string.d b/lib/string.d
deleted file mode 100644
index dae7158..0000000
--- a/lib/string.d
+++ /dev/null
@@ -1 +0,0 @@
-lib/string.o: lib/string.c lib/string.h
diff --git a/lib/toupper.d b/lib/toupper.d
deleted file mode 100644
index 72e73f9..0000000
--- a/lib/toupper.d
+++ /dev/null
@@ -1 +0,0 @@
-lib/toupper.o: lib/toupper.c lib/string.h