Update submodules

This commit is contained in:
Alex
2023-05-11 19:05:40 +03:00
parent 721652909f
commit 345d496198
6 changed files with 18 additions and 7 deletions

View File

@ -34,7 +34,8 @@
"symbols.hpp": "c", "symbols.hpp": "c",
"cstddef": "cpp", "cstddef": "cpp",
"atomic.hpp": "c", "atomic.hpp": "c",
"atomic": "cpp" "atomic": "cpp",
"syscalls.h": "c"
}, },
"cSpell.words": [ "cSpell.words": [
"AABBCC", "AABBCC",
@ -311,6 +312,7 @@
"Symbios", "Symbios",
"SYMENT", "SYMENT",
"SYSENTER", "SYSENTER",
"sysretq",
"Tamsyn", "Tamsyn",
"targp", "targp",
"TCCR", "TCCR",

View File

@ -12,8 +12,11 @@
}, },
"cSpell.words": [ "cSpell.words": [
"Bootloader", "Bootloader",
"COMNULL",
"CPUID",
"FENNIX", "FENNIX",
"JMPREL" "JMPREL",
"UBSAN"
] ]
} }
} }

View File

@ -24,7 +24,11 @@
"doomgeneric.h": "c", "doomgeneric.h": "c",
"elf.h": "c", "elf.h": "c",
"init.h": "c", "init.h": "c",
"unused_code": "cpp" "unused_code": "cpp",
"liballoc_1_1.h": "c",
"errno.h": "c",
"stdlib.h": "c",
"stdarg.h": "c"
}, },
"cSpell.words": [ "cSpell.words": [
"auxv", "auxv",
@ -34,9 +38,11 @@
"Krnl", "Krnl",
"liballoc", "liballoc",
"libinit", "libinit",
"oldpath",
"preinit", "preinit",
"Shdr", "Shdr",
"vfctprintf" "vfctprintf",
"WAITSTATUS"
] ]
} }
} }

2
Kernel

Submodule Kernel updated: 03b667f5c0...c7046fe06f

2
Lynx

Submodule Lynx updated: 069386b0f2...4e8599969b