diff --git a/Drivers b/Drivers index 4d4c2aeb..dbb47bcd 160000 --- a/Drivers +++ b/Drivers @@ -1 +1 @@ -Subproject commit 4d4c2aeba617afca022fda9d547bae1eba960ebe +Subproject commit dbb47bcd4de913d95e789b0dc850e4aa256e8629 diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace index 221fb64e..847fd4b5 100644 --- a/Fennix Kernel.code-workspace +++ b/Fennix Kernel.code-workspace @@ -7,6 +7,7 @@ "settings": { "debug.allowBreakpointsEverywhere": true, "files.associations": { + "*.su": "tsv", "limine.h": "c", "types.h": "c", "binfo.h": "c", @@ -22,7 +23,8 @@ "stdint.h": "c", "debug.h": "c", "ubsan.h": "c", - "kernel.h": "c" + "kernel.h": "c", + "filesystem.hpp": "c" }, "cSpell.words": [ "AABBCC", @@ -46,6 +48,7 @@ "CHARDEV", "CHARDEVICE", "charsize", + "cntvct", "COMNULL", "cpudata", "CPUID", @@ -63,6 +66,8 @@ "Ehdr", "ehsize", "ELFCLASS", + "ELFDATA", + "EMMINTRIN", "EXECFN", "exobyte", "FADT", @@ -80,9 +85,11 @@ "fxrstor", "fxsave", "geopbyte", + "haddpd", "headersize", "HPET", "hwaddress", + "idtd", "inportb", "INTFASTX", "INTLEASTX", @@ -111,6 +118,13 @@ "MADT", "memmap", "memsz", + "mminq", + "movaps", + "movddup", + "movdqa", + "movdqu", + "movntdq", + "movntdqa", "movw", "MSRID", "multiboot", @@ -118,12 +132,16 @@ "NIDENT", "objptr", "OEMID", + "Ofast", + "OPTMZ", "OSFXSR", "OSXMMEXCPT", "OSXSAVE", "outportb", "PAGESZ", + "palignr", "PCIDE", + "pcmpistri", "PDBR", "PDPTE", "PEXIT", @@ -133,14 +151,21 @@ "phentsize", "phnum", "phoff", + "PKRU", "powerline", "pushfl", "pushfq", + "Raphson", + "RARP", "rdmsr", "RDRAND", "rdseed", + "rdtsc", "readcr", + "readxcr", "Rodata", + "RRGGBB", + "schedbg", "serialports", "sgdt", "Shdr", @@ -155,10 +180,15 @@ "SMBIOSBIOS", "SMEP", "SMXE", + "SSSE", "SVME", "swapgs", + "Tamsyn", + "TCCR", + "TDCR", "TEXIT", "TEXTREL", + "TICR", "tlbi", "tracepagetable", "ttbr", @@ -172,6 +202,7 @@ "Unswap", "UPID", "UTID", + "vectorize", "vfctprintf", "vfsdbg", "Vidx", diff --git a/Fennix Userspace.code-workspace b/Fennix Userspace.code-workspace index 53e5eb98..b1d4ceea 100644 --- a/Fennix Userspace.code-workspace +++ b/Fennix Userspace.code-workspace @@ -7,17 +7,21 @@ "settings": { "debug.allowBreakpointsEverywhere": true, "files.associations": { + "*.su": "tsv", "fex.hpp": "c", "types.h": "c", "dlfcn.h": "c", "aux.h": "c", "stddef.h": "c", "stdio.h": "c", - "syscalls.h": "c" + "syscalls.h": "c", + "syslib.h": "c", + "sysfile.h": "c" }, "cSpell.words": [ "auxv", "FENNIX", + "Krnl", "liballoc", "libinit", "preinit", diff --git a/Kernel b/Kernel index 48e8f0c5..4d8205a5 160000 --- a/Kernel +++ b/Kernel @@ -1 +1 @@ -Subproject commit 48e8f0c51320a247d486f6d792534b1f36968f65 +Subproject commit 4d8205a51648b29cd5d2267572e1c98449eec562 diff --git a/Userspace b/Userspace index 0ce64333..5de802f8 160000 --- a/Userspace +++ b/Userspace @@ -1 +1 @@ -Subproject commit 0ce6433311c699bbb819dd257dc470765ec734b1 +Subproject commit 5de802f825e6f4da463ab311cc1415ac7cdf1ebf