From 1eac97eea4ec0bcef0be061a2cba93a584355283 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 30 Nov 2023 02:15:06 -0800 Subject: Add real disk i/o, add mkfs.aya (not yet implemented) --- ayafs/src/filesystem/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ayafs/src/filesystem/mod.rs (limited to 'ayafs/src/filesystem/mod.rs') diff --git a/ayafs/src/filesystem/mod.rs b/ayafs/src/filesystem/mod.rs new file mode 100644 index 0000000..1eaa8e8 --- /dev/null +++ b/ayafs/src/filesystem/mod.rs @@ -0,0 +1,2 @@ +/// Where upper filesystem calls are implemented. +pub mod trait_impl; -- cgit v1.2.3-70-g09d2