mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
Update submodules
This commit is contained in:
parent
721652909f
commit
345d496198
@ -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",
|
||||||
|
@ -12,8 +12,11 @@
|
|||||||
},
|
},
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"Bootloader",
|
"Bootloader",
|
||||||
|
"COMNULL",
|
||||||
|
"CPUID",
|
||||||
"FENNIX",
|
"FENNIX",
|
||||||
"JMPREL"
|
"JMPREL",
|
||||||
|
"UBSAN"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
2
Kernel
@ -1 +1 @@
|
|||||||
Subproject commit 03b667f5c0a0c189113c749fd94cea7cbba621e9
|
Subproject commit c7046fe06f67262c6f019bdc361d4bd54fa8eba6
|
2
Lynx
2
Lynx
@ -1 +1 @@
|
|||||||
Subproject commit 069386b0f24ee6b26957e509e6dce71661ba2e1c
|
Subproject commit 4e8599969be0da46177856f8a214839f381f63fb
|
@ -1 +1 @@
|
|||||||
Subproject commit 8ea508fa48d98ea7868b871a5be7024d4715014f
|
Subproject commit 78cfe1774935772d30f2d3a831dd4f47c641381a
|
Loading…
x
Reference in New Issue
Block a user