diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2024-03-13 09:58:22 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2024-03-13 09:58:22 -0400 |
commit | f46ab8ca2050ee77edf6e6b979875426bdaf29dc (patch) | |
tree | 1877f76c37adc4c7f7ea98a24f2cd1a61432ac63 /boot | |
parent | d1ff7bcc91886626dc9060ec5fb67ee102ab7c1d (diff) | |
download | jove-kernel-f46ab8ca2050ee77edf6e6b979875426bdaf29dc.tar.gz jove-kernel-f46ab8ca2050ee77edf6e6b979875426bdaf29dc.tar.bz2 jove-kernel-f46ab8ca2050ee77edf6e6b979875426bdaf29dc.zip |
fix incorrect tss rsp assignment
Diffstat (limited to 'boot')
-rw-r--r-- | boot/cmdline.d | 3 | ||||
-rw-r--r-- | boot/limine/limine.d | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/boot/cmdline.d b/boot/cmdline.d deleted file mode 100644 index f3ba401..0000000 --- a/boot/cmdline.d +++ /dev/null @@ -1,3 +0,0 @@ -boot/cmdline.o: boot/cmdline.c boot/cmdline.h lib/hashtable.h \ - lib/linkedlist.h boot/boot.h mem/memory.h mem/slab.h lib/string.h \ - io/log.h diff --git a/boot/limine/limine.d b/boot/limine/limine.d deleted file mode 100644 index 1c946a9..0000000 --- a/boot/limine/limine.d +++ /dev/null @@ -1,2 +0,0 @@ -boot/limine/limine.o: boot/limine/limine.c boot/limine/limine.h \ - boot/boot.h |