diff --git a/Drivers b/Drivers index 0091fe59..4d4c2aeb 160000 --- a/Drivers +++ b/Drivers @@ -1 +1 @@ -Subproject commit 0091fe59653eb761c60e6f7f702c1a6a4c5c4189 +Subproject commit 4d4c2aeba617afca022fda9d547bae1eba960ebe diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace index 4bf7bfaa..2abe8cbf 100644 --- a/Fennix Kernel.code-workspace +++ b/Fennix Kernel.code-workspace @@ -28,12 +28,14 @@ "AABBCC", "AAFFAA", "ACPINVS", + "addralign", "AHCI", "apic", "APICID", "archaux", "auxv", "binfo", + "bochs", "Bootloader", "brontobyte", "COMNULL", @@ -46,12 +48,15 @@ "Drivermemcpy", "Drivermemset", "drvdir", + "DSDT", "DUID", "EFER", "Ehdr", + "ehsize", "ELFCLASS", "EXECFN", "exobyte", + "FADT", "FAFAFA", "FAFAFAI", "Fargc", @@ -74,9 +79,12 @@ "isdelim", "itrfb", "KAPI", + "kcalloc", + "kernelctl", "kfree", "kmalloc", "kproc", + "krealloc", "kthrd", "lapic", "lgdt", @@ -112,7 +120,12 @@ "Rodata", "serialports", "sgdt", + "Shdr", + "shentsize", + "shnum", + "shoff", "showbuf", + "shstrndx", "sidt", "SMAP", "SMBIOSBIOS", @@ -121,6 +134,7 @@ "SVME", "swapgs", "TEXIT", + "TEXTREL", "tlbi", "tracepagetable", "ttbr", @@ -129,10 +143,12 @@ "UMIP", "Unswap", "UPID", + "UTID", "vfctprintf", "vfsdbg", "Vidx", "VMXE", + "Wignored", "Wmissing", "writecr", "wrmsr", diff --git a/Fennix Userspace.code-workspace b/Fennix Userspace.code-workspace index 0b4acfbd..53e5eb98 100644 --- a/Fennix Userspace.code-workspace +++ b/Fennix Userspace.code-workspace @@ -8,11 +8,20 @@ "debug.allowBreakpointsEverywhere": true, "files.associations": { "fex.hpp": "c", - "types.h": "c" + "types.h": "c", + "dlfcn.h": "c", + "aux.h": "c", + "stddef.h": "c", + "stdio.h": "c", + "syscalls.h": "c" }, "cSpell.words": [ + "auxv", "FENNIX", - "preinit" + "liballoc", + "libinit", + "preinit", + "vfctprintf" ] } } diff --git a/Kernel b/Kernel index 1317dc53..d33a8127 160000 --- a/Kernel +++ b/Kernel @@ -1 +1 @@ -Subproject commit 1317dc53fa5aed7b3c03abc553974ad0759a9f01 +Subproject commit d33a812703922145b14d9778cba130b66610e2f8 diff --git a/Userspace b/Userspace index e9d766e7..0ce64333 160000 --- a/Userspace +++ b/Userspace @@ -1 +1 @@ -Subproject commit e9d766e73587e6c87cb7869f13cc664d1f9e88b9 +Subproject commit 0ce6433311c699bbb819dd257dc470765ec734b1