diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace index 6202aeaa..7287613e 100644 --- a/Fennix Kernel.code-workspace +++ b/Fennix Kernel.code-workspace @@ -133,6 +133,7 @@ "LFLR", "lgdt", "liballoc", + "lidt", "limine", "LMSLE", "LOPROC", diff --git a/Fennix Userspace.code-workspace b/Fennix Userspace.code-workspace index e639d9ef..17671b55 100644 --- a/Fennix Userspace.code-workspace +++ b/Fennix Userspace.code-workspace @@ -22,6 +22,7 @@ }, "cSpell.words": [ "auxv", + "cmpq", "FENNIX", "Krnl", "liballoc", diff --git a/Kernel b/Kernel index 778f77a6..3f3db400 160000 --- a/Kernel +++ b/Kernel @@ -1 +1 @@ -Subproject commit 778f77a64b9030c8d15f1d664e0096e098eb91b6 +Subproject commit 3f3db400269d7625a16b8375727d531bc9ec24e5 diff --git a/Userspace b/Userspace index 7641aced..f1c70345 160000 --- a/Userspace +++ b/Userspace @@ -1 +1 @@ -Subproject commit 7641acedacb28bf81e9681f951ea8352d821c3a3 +Subproject commit f1c703452d3c7ad6969772406ce0498ebf9a7c21