From 3b60a1e87ab02a1b72d8bb9f7392780899d5a0d7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 5 Sep 2024 19:53:08 +0200 Subject: [ IMP ] HPFS EBS and NeFS overhaul. Signed-off-by: Amlal El Mahrouss --- dev/HPFS/Sources/IFSMain.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev/HPFS/Sources/IFSMain.rs (limited to 'dev/HPFS/Sources') diff --git a/dev/HPFS/Sources/IFSMain.rs b/dev/HPFS/Sources/IFSMain.rs new file mode 100644 index 00000000..5a49585a --- /dev/null +++ b/dev/HPFS/Sources/IFSMain.rs @@ -0,0 +1,12 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + + FILE: IFSMain.rs + PURPOSE: HPFS IFS. + +------------------------------------------- */ + +fn IFSStart() { + +} \ No newline at end of file -- cgit v1.2.3