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/memory/mod.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ayafs/src/memory/mod.rs (limited to 'ayafs/src/memory/mod.rs') diff --git a/ayafs/src/memory/mod.rs b/ayafs/src/memory/mod.rs new file mode 100644 index 0000000..d1f1ab8 --- /dev/null +++ b/ayafs/src/memory/mod.rs @@ -0,0 +1,6 @@ +/// In-memory data structures and logic. +/// This is where the crucial block and inode methods presented to upper calls implemented. +pub mod cached_block; +pub mod cached_inode; +mod dir_entry; +mod file_handle; -- cgit v1.2.3-70-g09d2