From be8ec12ba13de33616ace33be6e2c310a2b2fe05 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Jul 2024 09:25:20 +0200 Subject: MHR-36: See below. - Add ARM64 linker script. - Replace Drv with Drivers (not really relevant). - Replace ReadMe.md in DDK. Signed-off-by: Amlal El Mahrouss --- Comm/compile_flags.txt | 3 ++- Comm/newstd.hxx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'Comm') diff --git a/Comm/compile_flags.txt b/Comm/compile_flags.txt index e1f07ac3..509e3eed 100644 --- a/Comm/compile_flags.txt +++ b/Comm/compile_flags.txt @@ -1,3 +1,4 @@ -I./ --I../Kerne; +-I../Kernel +-I../ -std=c++20 diff --git a/Comm/newstd.hxx b/Comm/newstd.hxx index 2ec50df6..70abe793 100644 --- a/Comm/newstd.hxx +++ b/Comm/newstd.hxx @@ -45,7 +45,7 @@ typedef char UTFChar; typedef UInt32 MBCIType; /** - @brief Application class. + @brief System call class. */ class NSyscall { -- cgit v1.2.3