From 9af5588c30c4126a2800aae1afcb0de2c373dc6c Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 20 May 2024 17:40:47 -0400 Subject: rewrite application stuff in the kernel to support multitasking --- documentation/kernel/storage.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 documentation/kernel/storage.txt (limited to 'documentation/kernel/storage.txt') diff --git a/documentation/kernel/storage.txt b/documentation/kernel/storage.txt new file mode 100644 index 0000000..4fe8ea3 --- /dev/null +++ b/documentation/kernel/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 bd_result or fs_result, +since it's a bit unwieldy to propogate those results as is. -- cgit v1.2.3