diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-07 07:39:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-07 07:40:47 +0100 |
| commit | ecf2a09a48ef029d09075af744c04e643661ec27 (patch) | |
| tree | b492c7cbbe1fcdc1779e62ce56e4c06960328849 /public | |
| parent | 395148f821e118f587cf31b0d1c724f06e2398da (diff) | |
ADD: Moved system call handler in HalCommonAPI.asm (AMD64)
ADD: Replace make_container with make_app.
ADD: Reference SwapDisk.h and TeamScheduler.h in unix_layer for future
POSIX work too.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public')
| -rw-r--r-- | public/tools/.keep | 0 | ||||
| -rw-r--r-- | public/tools/make_app/Common.h (renamed from public/tools/Common.h) | 0 | ||||
| -rw-r--r-- | public/tools/make_app/Framework.h (renamed from public/tools/Framework.h) | 0 | ||||
| -rw-r--r-- | public/tools/make_app/Steps.h (renamed from public/tools/Steps.h) | 0 | ||||
| -rw-r--r-- | public/tools/make_app/dist/.keep | 0 | ||||
| -rw-r--r-- | public/tools/make_app/make_app.json (renamed from public/tools/make_container.json) | 2 | ||||
| -rw-r--r-- | public/tools/make_app/src/CLI.cc (renamed from public/tools/src/CLI.cc) | 0 | ||||
| -rw-r--r-- | public/tools/make_application.sh | 3 |
8 files changed, 1 insertions, 4 deletions
diff --git a/public/tools/.keep b/public/tools/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/.keep diff --git a/public/tools/Common.h b/public/tools/make_app/Common.h index 65748608..65748608 100644 --- a/public/tools/Common.h +++ b/public/tools/make_app/Common.h diff --git a/public/tools/Framework.h b/public/tools/make_app/Framework.h index bd2adf08..bd2adf08 100644 --- a/public/tools/Framework.h +++ b/public/tools/make_app/Framework.h diff --git a/public/tools/Steps.h b/public/tools/make_app/Steps.h index c503c56c..c503c56c 100644 --- a/public/tools/Steps.h +++ b/public/tools/make_app/Steps.h diff --git a/public/tools/make_app/dist/.keep b/public/tools/make_app/dist/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/make_app/dist/.keep diff --git a/public/tools/make_container.json b/public/tools/make_app/make_app.json index 1f66e5af..ba103467 100644 --- a/public/tools/make_container.json +++ b/public/tools/make_app/make_app.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["./"], "sources_path": ["src/CLI.cc"], - "output_name": "make_container", + "output_name": "./dist/make_app", "cpp_macros": [ "kMKFVersion=0x0100", "kMKFVersionHighest=0x0100", diff --git a/public/tools/src/CLI.cc b/public/tools/make_app/src/CLI.cc index ed686294..ed686294 100644 --- a/public/tools/src/CLI.cc +++ b/public/tools/make_app/src/CLI.cc diff --git a/public/tools/make_application.sh b/public/tools/make_application.sh deleted file mode 100644 index 2878f5b6..00000000 --- a/public/tools/make_application.sh +++ /dev/null @@ -1,3 +0,0 @@ -# !/bin/sh - -cp make_framework.o make_application.o
\ No newline at end of file |
