diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 15:21:56 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 15:22:35 +0200 |
| commit | b3dfc99a0ac690cf3de2348a8887bfa4bef243bc (patch) | |
| tree | 4e8c5e3b99f0dd181a56169dffca37b1b72841b2 /dev/user/libsci.json | |
| parent | d456cd42de4f5bff23dc528d9d914efb16d9c07d (diff) | |
dev/user: user.sys shall be the main component which handles syscalls,
as a DDK driver.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/user/libsci.json')
| -rw-r--r-- | dev/user/libsci.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev/user/libsci.json b/dev/user/libsci.json deleted file mode 100644 index ed9a8739..00000000 --- a/dev/user/libsci.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "compiler_path": "x86_64-w64-mingw32-g++", - "compiler_std": "c++20", - "headers_path": ["../", "./"], - "sources_path": ["src/*.cc", "src/*.o"], - "output_name": "libuser.dylib", - "compiler_flags": [ - "-fPIC", - "-ffreestanding", - "-shared", - "-fno-rtti", - "-fno-exceptions", - "-Wl,--subsystem=17" - ], - "cpp_macros": [ - "kSCIVersion=0x0100", - "kSCIVersionHighest=0x0100", - "kSCIVersionLowest=0x0100" - ] -} |
