summaryrefslogtreecommitdiffhomepage
path: root/Comm
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-09 09:25:20 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-09 09:25:20 +0200
commitbe8ec12ba13de33616ace33be6e2c310a2b2fe05 (patch)
tree29cf33504e6539353799003c6a5fe98d0c3a238d /Comm
parentfca3de82a3871b54ec840415640594bbbf62f300 (diff)
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 <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Comm')
-rw-r--r--Comm/compile_flags.txt3
-rw-r--r--Comm/newstd.hxx2
2 files changed, 3 insertions, 2 deletions
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
{