From 8b0b817652a39d1b4ae11f1f56a8fa90447b7f7a Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 4 Mar 2023 21:20:09 +0200 Subject: [PATCH] Update vscode configs --- .vscode/settings.json | 2 +- Fennix Kernel.code-workspace | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 29c69baa..b62d5ea9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,7 @@ "C_Cpp.default.cppStandard": "c++20", "C_Cpp.intelliSenseMemoryLimit": 16384, "editor.smoothScrolling": true, - "editor.cursorSmoothCaretAnimation": true, + "editor.cursorSmoothCaretAnimation": "on", "files.watcherExclude": { "**/tools/binutils-gdb/**": true, "**/tools/build-binutilsamd64/**": true, diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace index c745e214..01238afc 100644 --- a/Fennix Kernel.code-workspace +++ b/Fennix Kernel.code-workspace @@ -71,6 +71,8 @@ "CTLS", "cutlim", "daif", + "daifclr", + "daifset", "DEBUGCTL", "defragment", "dialup", @@ -162,6 +164,7 @@ "memsz", "MEMTEST", "mfence", + "MIDR", "mminb", "mminl", "mminq", @@ -240,6 +243,7 @@ "RELSZ", "Rodata", "RRGGBB", + "RSDP", "RTIT", "schedbg", "serialports", @@ -316,6 +320,7 @@ "Xalloc", "xallocv", "Xclac", + "xgetbv", "Xmemcpy", "Xmemset", "Xsize",