From 3bfb95803ba25a04ddb57ebbc0f25e4dec29d7e0 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 31 Jul 2024 00:13:51 +0200 Subject: [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 --- .vscode/c_cpp_properties.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.vscode/c_cpp_properties.json') 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", -- cgit v1.2.3