diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-09 09:25:20 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-09 09:25:20 +0200 |
| commit | be8ec12ba13de33616ace33be6e2c310a2b2fe05 (patch) | |
| tree | 29cf33504e6539353799003c6a5fe98d0c3a238d /Comm | |
| parent | fca3de82a3871b54ec840415640594bbbf62f300 (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.txt | 3 | ||||
| -rw-r--r-- | Comm/newstd.hxx | 2 |
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
{
|
