summaryrefslogtreecommitdiffhomepage
path: root/dev/HPFS/hpfs.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-09-05 14:42:03 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-09-05 14:42:03 +0200
commit432e68391357423914547a7b34311258d7598808 (patch)
treec2f7eeb45f99b910122257d1a9c2bcfcda4bddb3 /dev/HPFS/hpfs.json
parent3e2b931d65582284e9716c42a902cab6d279c7f0 (diff)
[ FIX ] Fixing shortcomings of scheduler, filesystem and kernel.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/HPFS/hpfs.json')
-rw-r--r--dev/HPFS/hpfs.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/HPFS/hpfs.json b/dev/HPFS/hpfs.json
new file mode 100644
index 00000000..1098dfd3
--- /dev/null
+++ b/dev/HPFS/hpfs.json
@@ -0,0 +1,11 @@
+{
+ "compiler_path": "rustc",
+ "compiler_std": "",
+ "sources_path": ["*.rs"],
+ "output_name": "hpfs.sys",
+ "compiler_flags": [
+ ],
+ "cpp_macros": [
+ ]
+ }
+ \ No newline at end of file