summaryrefslogtreecommitdiffhomepage
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-31 00:13:51 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-07-31 00:13:51 +0200
commit3bfb95803ba25a04ddb57ebbc0f25e4dec29d7e0 (patch)
tree94fc17899142c1631797b9b6257b04359282741b /.vscode/c_cpp_properties.json
parent659435af7da4ffb15a309063c892b518707fa9d0 (diff)
[IMP] Can now pass arguments to kernel via handover, new version 0x0113.
[IMP] Timeout functions for heap allocation. [IMP] new mp_ and sched_ category of functions. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 2cb9e3a7..6c57511e 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -16,7 +16,8 @@
"__EFI_x86_64__",
"__ATA_PIO__",
"__NEWOS_AMD64__",
- "__DEBUG__"
+ "__DEBUG__",
+ "__NEWOS_OTA__"
],
"cStandard": "c17",
"cppStandard": "c++20",
@@ -39,7 +40,8 @@
"__EFI_x86_64__",
"__ATA_PIO__",
"__NEWOS_AMD64__",
- "__DEBUG__"
+ "__DEBUG__",
+ "__NEWOS_OTA__"
],
"cStandard": "c17",
"cppStandard": "c++20",