Update submodules

This commit is contained in:
Alex 2023-01-04 06:49:07 +02:00
parent b7a7901cf9
commit fc3995b8db
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
5 changed files with 40 additions and 5 deletions

@ -1 +1 @@
Subproject commit 4d4c2aeba617afca022fda9d547bae1eba960ebe Subproject commit dbb47bcd4de913d95e789b0dc850e4aa256e8629

View File

@ -7,6 +7,7 @@
"settings": { "settings": {
"debug.allowBreakpointsEverywhere": true, "debug.allowBreakpointsEverywhere": true,
"files.associations": { "files.associations": {
"*.su": "tsv",
"limine.h": "c", "limine.h": "c",
"types.h": "c", "types.h": "c",
"binfo.h": "c", "binfo.h": "c",
@ -22,7 +23,8 @@
"stdint.h": "c", "stdint.h": "c",
"debug.h": "c", "debug.h": "c",
"ubsan.h": "c", "ubsan.h": "c",
"kernel.h": "c" "kernel.h": "c",
"filesystem.hpp": "c"
}, },
"cSpell.words": [ "cSpell.words": [
"AABBCC", "AABBCC",
@ -46,6 +48,7 @@
"CHARDEV", "CHARDEV",
"CHARDEVICE", "CHARDEVICE",
"charsize", "charsize",
"cntvct",
"COMNULL", "COMNULL",
"cpudata", "cpudata",
"CPUID", "CPUID",
@ -63,6 +66,8 @@
"Ehdr", "Ehdr",
"ehsize", "ehsize",
"ELFCLASS", "ELFCLASS",
"ELFDATA",
"EMMINTRIN",
"EXECFN", "EXECFN",
"exobyte", "exobyte",
"FADT", "FADT",
@ -80,9 +85,11 @@
"fxrstor", "fxrstor",
"fxsave", "fxsave",
"geopbyte", "geopbyte",
"haddpd",
"headersize", "headersize",
"HPET", "HPET",
"hwaddress", "hwaddress",
"idtd",
"inportb", "inportb",
"INTFASTX", "INTFASTX",
"INTLEASTX", "INTLEASTX",
@ -111,6 +118,13 @@
"MADT", "MADT",
"memmap", "memmap",
"memsz", "memsz",
"mminq",
"movaps",
"movddup",
"movdqa",
"movdqu",
"movntdq",
"movntdqa",
"movw", "movw",
"MSRID", "MSRID",
"multiboot", "multiboot",
@ -118,12 +132,16 @@
"NIDENT", "NIDENT",
"objptr", "objptr",
"OEMID", "OEMID",
"Ofast",
"OPTMZ",
"OSFXSR", "OSFXSR",
"OSXMMEXCPT", "OSXMMEXCPT",
"OSXSAVE", "OSXSAVE",
"outportb", "outportb",
"PAGESZ", "PAGESZ",
"palignr",
"PCIDE", "PCIDE",
"pcmpistri",
"PDBR", "PDBR",
"PDPTE", "PDPTE",
"PEXIT", "PEXIT",
@ -133,14 +151,21 @@
"phentsize", "phentsize",
"phnum", "phnum",
"phoff", "phoff",
"PKRU",
"powerline", "powerline",
"pushfl", "pushfl",
"pushfq", "pushfq",
"Raphson",
"RARP",
"rdmsr", "rdmsr",
"RDRAND", "RDRAND",
"rdseed", "rdseed",
"rdtsc",
"readcr", "readcr",
"readxcr",
"Rodata", "Rodata",
"RRGGBB",
"schedbg",
"serialports", "serialports",
"sgdt", "sgdt",
"Shdr", "Shdr",
@ -155,10 +180,15 @@
"SMBIOSBIOS", "SMBIOSBIOS",
"SMEP", "SMEP",
"SMXE", "SMXE",
"SSSE",
"SVME", "SVME",
"swapgs", "swapgs",
"Tamsyn",
"TCCR",
"TDCR",
"TEXIT", "TEXIT",
"TEXTREL", "TEXTREL",
"TICR",
"tlbi", "tlbi",
"tracepagetable", "tracepagetable",
"ttbr", "ttbr",
@ -172,6 +202,7 @@
"Unswap", "Unswap",
"UPID", "UPID",
"UTID", "UTID",
"vectorize",
"vfctprintf", "vfctprintf",
"vfsdbg", "vfsdbg",
"Vidx", "Vidx",

View File

@ -7,17 +7,21 @@
"settings": { "settings": {
"debug.allowBreakpointsEverywhere": true, "debug.allowBreakpointsEverywhere": true,
"files.associations": { "files.associations": {
"*.su": "tsv",
"fex.hpp": "c", "fex.hpp": "c",
"types.h": "c", "types.h": "c",
"dlfcn.h": "c", "dlfcn.h": "c",
"aux.h": "c", "aux.h": "c",
"stddef.h": "c", "stddef.h": "c",
"stdio.h": "c", "stdio.h": "c",
"syscalls.h": "c" "syscalls.h": "c",
"syslib.h": "c",
"sysfile.h": "c"
}, },
"cSpell.words": [ "cSpell.words": [
"auxv", "auxv",
"FENNIX", "FENNIX",
"Krnl",
"liballoc", "liballoc",
"libinit", "libinit",
"preinit", "preinit",

2
Kernel

@ -1 +1 @@
Subproject commit 48e8f0c51320a247d486f6d792534b1f36968f65 Subproject commit 4d8205a51648b29cd5d2267572e1c98449eec562

@ -1 +1 @@
Subproject commit 0ce6433311c699bbb819dd257dc470765ec734b1 Subproject commit 5de802f825e6f4da463ab311cc1415ac7cdf1ebf