From 0f85f346574927279da63d3f7171c679c174ebc3 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 21 Apr 2023 19:04:49 +0300 Subject: [PATCH] Update submodules --- Drivers | 2 +- Fennix Kernel.code-workspace | 12 +++++++++++- Fennix Lynx.code-workspace | 19 +++++++++++++++++++ Fennix Userspace.code-workspace | 3 ++- Kernel | 2 +- Lynx | 2 +- Userspace | 2 +- 7 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 Fennix Lynx.code-workspace diff --git a/Drivers b/Drivers index a631029d..1e763265 160000 --- a/Drivers +++ b/Drivers @@ -1 +1 @@ -Subproject commit a631029d48d923e40be070c28f2df55694bd553e +Subproject commit 1e7632657e4f7c107746cafe398cfd019e7733fe diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace index bad136df..96daaff2 100644 --- a/Fennix Kernel.code-workspace +++ b/Fennix Kernel.code-workspace @@ -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", diff --git a/Fennix Lynx.code-workspace b/Fennix Lynx.code-workspace new file mode 100644 index 00000000..519bd6d7 --- /dev/null +++ b/Fennix Lynx.code-workspace @@ -0,0 +1,19 @@ +{ + "folders": [ + { + "path": "./Lynx" + } + ], + "settings": { + "debug.allowBreakpointsEverywhere": true, + "files.associations": { + "*.su": "tsv", + "limine.h": "c" + }, + "cSpell.words": [ + "Bootloader", + "FENNIX", + "JMPREL" + ] + } +} diff --git a/Fennix Userspace.code-workspace b/Fennix Userspace.code-workspace index 632ca774..3fff19da 100644 --- a/Fennix Userspace.code-workspace +++ b/Fennix Userspace.code-workspace @@ -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", diff --git a/Kernel b/Kernel index 25aa9ff6..7e201e09 160000 --- a/Kernel +++ b/Kernel @@ -1 +1 @@ -Subproject commit 25aa9ff6a6ea2ecd27c410e791f5c4a6c88a6ffc +Subproject commit 7e201e0958ad312b6969e9ab5363cd73d4241e51 diff --git a/Lynx b/Lynx index ac1765b4..069386b0 160000 --- a/Lynx +++ b/Lynx @@ -1 +1 @@ -Subproject commit ac1765b4cea4e38dd1442348c165485d5d09fd84 +Subproject commit 069386b0f24ee6b26957e509e6dce71661ba2e1c diff --git a/Userspace b/Userspace index c20aae95..8ea508fa 160000 --- a/Userspace +++ b/Userspace @@ -1 +1 @@ -Subproject commit c20aae950434d96598034f9974a8cc6f00ec8546 +Subproject commit 8ea508fa48d98ea7868b871a5be7024d4715014f