From 15e62510104bc0e2b9180b66e5845d985cac03cc Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Wed, 10 Jan 2024 00:17:29 -0500 Subject: partial (largely untested) memory block device and tar file system support --- documentation/storage.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 documentation/storage.txt (limited to 'documentation/storage.txt') diff --git a/documentation/storage.txt b/documentation/storage.txt new file mode 100644 index 0000000..2d92dc7 --- /dev/null +++ b/documentation/storage.txt @@ -0,0 +1,7 @@ +a block_device is a block device such as a disk or a partition that has been +seen since the last boot. when a driver detects a device, it should check if +a block_device with that id has already been created, and if so, reuse it. + +eventually, i would like to implement kernel-space exceptions and use those +instead of having functions return an io_result, since it's a bit unwieldy +to propogate those results as is. -- cgit v1.2.3