mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 00:39:16 +00:00
Update submodules
This commit is contained in:
@ -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
Submodule Kernel updated: 03b667f5c0...c7046fe06f
2
Lynx
2
Lynx
Submodule Lynx updated: 069386b0f2...4e8599969b
Submodule Userspace updated: 8ea508fa48...78cfe17749
Reference in New Issue
Block a user