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",
|
||||
"cstddef": "cpp",
|
||||
"atomic.hpp": "c",
|
||||
"atomic": "cpp"
|
||||
"atomic": "cpp",
|
||||
"syscalls.h": "c"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"AABBCC",
|
||||
@ -311,6 +312,7 @@
|
||||
"Symbios",
|
||||
"SYMENT",
|
||||
"SYSENTER",
|
||||
"sysretq",
|
||||
"Tamsyn",
|
||||
"targp",
|
||||
"TCCR",
|
||||
|
@ -12,8 +12,11 @@
|
||||
},
|
||||
"cSpell.words": [
|
||||
"Bootloader",
|
||||
"COMNULL",
|
||||
"CPUID",
|
||||
"FENNIX",
|
||||
"JMPREL"
|
||||
"JMPREL",
|
||||
"UBSAN"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -24,7 +24,11 @@
|
||||
"doomgeneric.h": "c",
|
||||
"elf.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": [
|
||||
"auxv",
|
||||
@ -34,9 +38,11 @@
|
||||
"Krnl",
|
||||
"liballoc",
|
||||
"libinit",
|
||||
"oldpath",
|
||||
"preinit",
|
||||
"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