mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
Update submodules
This commit is contained in:
2
Drivers
2
Drivers
Submodule Drivers updated: a631029d48...1e7632657e
@ -31,7 +31,10 @@
|
||||
"vector": "c",
|
||||
"task.hpp": "c",
|
||||
"recovery.hpp": "c",
|
||||
"symbols.hpp": "c"
|
||||
"symbols.hpp": "c",
|
||||
"cstddef": "cpp",
|
||||
"atomic.hpp": "c",
|
||||
"atomic": "cpp"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"AABBCC",
|
||||
@ -52,6 +55,7 @@
|
||||
"AROS",
|
||||
"ARRAYSZ",
|
||||
"auxv",
|
||||
"BADRAM",
|
||||
"binfo",
|
||||
"biosdev",
|
||||
"BIST",
|
||||
@ -74,6 +78,7 @@
|
||||
"CMCI",
|
||||
"cntvct",
|
||||
"COMNULL",
|
||||
"copydoc",
|
||||
"cpudata",
|
||||
"CPUID",
|
||||
"crashdata",
|
||||
@ -96,6 +101,7 @@
|
||||
"DUID",
|
||||
"dynstr",
|
||||
"dynsym",
|
||||
"edid",
|
||||
"EFER",
|
||||
"Ehdr",
|
||||
"ehsize",
|
||||
@ -139,6 +145,7 @@
|
||||
"ICRHI",
|
||||
"ICRLO",
|
||||
"idtd",
|
||||
"infloop",
|
||||
"inportb",
|
||||
"inportl",
|
||||
"inportw",
|
||||
@ -265,6 +272,7 @@
|
||||
"Rodata",
|
||||
"RRGGBB",
|
||||
"RSDP",
|
||||
"RSDT",
|
||||
"RTIT",
|
||||
"SATA",
|
||||
"schedbg",
|
||||
@ -302,6 +310,7 @@
|
||||
"Tamsyn",
|
||||
"targp",
|
||||
"TCCR",
|
||||
"TCPA",
|
||||
"TDCR",
|
||||
"TEXIT",
|
||||
"TEXTREL",
|
||||
@ -320,6 +329,7 @@
|
||||
"UMIP",
|
||||
"UMWAIT",
|
||||
"UNMAP",
|
||||
"Unreserving",
|
||||
"Unswap",
|
||||
"unsynchronized",
|
||||
"UPDT",
|
||||
|
19
Fennix Lynx.code-workspace
Normal file
19
Fennix Lynx.code-workspace
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "./Lynx"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"debug.allowBreakpointsEverywhere": true,
|
||||
"files.associations": {
|
||||
"*.su": "tsv",
|
||||
"limine.h": "c"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"Bootloader",
|
||||
"FENNIX",
|
||||
"JMPREL"
|
||||
]
|
||||
}
|
||||
}
|
@ -23,7 +23,8 @@
|
||||
"doomkeys.h": "c",
|
||||
"doomgeneric.h": "c",
|
||||
"elf.h": "c",
|
||||
"init.h": "c"
|
||||
"init.h": "c",
|
||||
"unused_code": "cpp"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"auxv",
|
||||
|
2
Kernel
2
Kernel
Submodule Kernel updated: 25aa9ff6a6...7e201e0958
2
Lynx
2
Lynx
Submodule Lynx updated: ac1765b4ce...069386b0f2
Submodule Userspace updated: c20aae9504...8ea508fa48
Reference in New Issue
Block a user