diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-04 05:20:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-04 05:20:58 +0100 |
| commit | d62341f615974257eac4125ab68be519efcf0a6e (patch) | |
| tree | a68661ff4108eb294e06c16319b8f938e3b2ff3a /compile_flags.txt | |
| parent | fe61c5e33bd2a739885f3f7edc3c0c0798f918c7 (diff) | |
CHORE&FEAT: Kernel/SCI: Lots of Chore and feat, see below.
- Add traits for CmdListEntry in GPU's SCI. (GPU.h)
- Set standard user directory as /user/ instead of /usr/. (User.cc/User.h)
- Replace fSourcePid with fPID. (HardwareThreadScheduler.cc/HardwareThreadScheduler.h)
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 25c4f779..b93c0ea8 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -7,7 +7,7 @@ -Ipublic/tools/make_fs -Ipublic/tools/open -Idev/Boot/BootKit --std=c++23 +-std=c++20 -D__NE_AMD64__ -D__NEOSKRNL__ -D__FSKIT_INCLUDES_NEFS__ |
