Updated submodules

This commit is contained in:
Alex 2022-12-16 03:09:59 +02:00
parent df0c95ef5e
commit 45d39a155e
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
5 changed files with 30 additions and 5 deletions

@ -1 +1 @@
Subproject commit 0091fe59653eb761c60e6f7f702c1a6a4c5c4189 Subproject commit 4d4c2aeba617afca022fda9d547bae1eba960ebe

View File

@ -28,12 +28,14 @@
"AABBCC", "AABBCC",
"AAFFAA", "AAFFAA",
"ACPINVS", "ACPINVS",
"addralign",
"AHCI", "AHCI",
"apic", "apic",
"APICID", "APICID",
"archaux", "archaux",
"auxv", "auxv",
"binfo", "binfo",
"bochs",
"Bootloader", "Bootloader",
"brontobyte", "brontobyte",
"COMNULL", "COMNULL",
@ -46,12 +48,15 @@
"Drivermemcpy", "Drivermemcpy",
"Drivermemset", "Drivermemset",
"drvdir", "drvdir",
"DSDT",
"DUID", "DUID",
"EFER", "EFER",
"Ehdr", "Ehdr",
"ehsize",
"ELFCLASS", "ELFCLASS",
"EXECFN", "EXECFN",
"exobyte", "exobyte",
"FADT",
"FAFAFA", "FAFAFA",
"FAFAFAI", "FAFAFAI",
"Fargc", "Fargc",
@ -74,9 +79,12 @@
"isdelim", "isdelim",
"itrfb", "itrfb",
"KAPI", "KAPI",
"kcalloc",
"kernelctl",
"kfree", "kfree",
"kmalloc", "kmalloc",
"kproc", "kproc",
"krealloc",
"kthrd", "kthrd",
"lapic", "lapic",
"lgdt", "lgdt",
@ -112,7 +120,12 @@
"Rodata", "Rodata",
"serialports", "serialports",
"sgdt", "sgdt",
"Shdr",
"shentsize",
"shnum",
"shoff",
"showbuf", "showbuf",
"shstrndx",
"sidt", "sidt",
"SMAP", "SMAP",
"SMBIOSBIOS", "SMBIOSBIOS",
@ -121,6 +134,7 @@
"SVME", "SVME",
"swapgs", "swapgs",
"TEXIT", "TEXIT",
"TEXTREL",
"tlbi", "tlbi",
"tracepagetable", "tracepagetable",
"ttbr", "ttbr",
@ -129,10 +143,12 @@
"UMIP", "UMIP",
"Unswap", "Unswap",
"UPID", "UPID",
"UTID",
"vfctprintf", "vfctprintf",
"vfsdbg", "vfsdbg",
"Vidx", "Vidx",
"VMXE", "VMXE",
"Wignored",
"Wmissing", "Wmissing",
"writecr", "writecr",
"wrmsr", "wrmsr",

View File

@ -8,11 +8,20 @@
"debug.allowBreakpointsEverywhere": true, "debug.allowBreakpointsEverywhere": true,
"files.associations": { "files.associations": {
"fex.hpp": "c", "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": [ "cSpell.words": [
"auxv",
"FENNIX", "FENNIX",
"preinit" "liballoc",
"libinit",
"preinit",
"vfctprintf"
] ]
} }
} }

2
Kernel

@ -1 +1 @@
Subproject commit 1317dc53fa5aed7b3c03abc553974ad0759a9f01 Subproject commit d33a812703922145b14d9778cba130b66610e2f8

@ -1 +1 @@
Subproject commit e9d766e73587e6c87cb7869f13cc664d1f9e88b9 Subproject commit 0ce6433311c699bbb819dd257dc470765ec734b1