From 507b3a76de36e41bdfd1c14d94a397990b26a423 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 6 Sep 2024 09:38:00 +0200 Subject: [ IMP ] A first set of software patches regarding the OS kernel and it's components. Signed-off-by: Amlal --- dev/HPFS/Sources/IFSMain.cxx | 14 ++++++++++++++ dev/HPFS/Sources/IFSMain.rs | 12 ------------ dev/HPFS/Sources/compile_flags.txt | 1 + 3 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 dev/HPFS/Sources/IFSMain.cxx delete mode 100644 dev/HPFS/Sources/IFSMain.rs create mode 100644 dev/HPFS/Sources/compile_flags.txt (limited to 'dev/HPFS/Sources') diff --git a/dev/HPFS/Sources/IFSMain.cxx b/dev/HPFS/Sources/IFSMain.cxx new file mode 100644 index 00000000..229efb15 --- /dev/null +++ b/dev/HPFS/Sources/IFSMain.cxx @@ -0,0 +1,14 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + + FILE: IFSMain.cxx + PURPOSE: HPFS IFS entrypoint. + +------------------------------------------- */ + +#include + +HPFS_INT32 IFSStart(HPFS_VOID) { + return 0; +} diff --git a/dev/HPFS/Sources/IFSMain.rs b/dev/HPFS/Sources/IFSMain.rs deleted file mode 100644 index 5a49585a..00000000 --- a/dev/HPFS/Sources/IFSMain.rs +++ /dev/null @@ -1,12 +0,0 @@ -/* ------------------------------------------- - - Copyright ZKA Technologies. - - FILE: IFSMain.rs - PURPOSE: HPFS IFS. - -------------------------------------------- */ - -fn IFSStart() { - -} \ No newline at end of file diff --git a/dev/HPFS/Sources/compile_flags.txt b/dev/HPFS/Sources/compile_flags.txt new file mode 100644 index 00000000..7c66a118 --- /dev/null +++ b/dev/HPFS/Sources/compile_flags.txt @@ -0,0 +1 @@ +-I../../ -- cgit v1.2.3