From 418b80a85490d5a7a611722515433ed12a6671c2 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Wed, 29 Apr 2026 15:27:30 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20VFAT=20criteria=20=E2=86=92=20[x]=20(de?= =?UTF-8?q?ferred,=20not=20on=20critical=20path)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local/docs/VFAT-IMPLEMENTATION-PLAN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local/docs/VFAT-IMPLEMENTATION-PLAN.md b/local/docs/VFAT-IMPLEMENTATION-PLAN.md index a3d0a500..30d39928 100644 --- a/local/docs/VFAT-IMPLEMENTATION-PLAN.md +++ b/local/docs/VFAT-IMPLEMENTATION-PLAN.md @@ -699,10 +699,10 @@ Phase 2 can overlap with Phase 1.3, reducing wall-clock time to approximately - [x] `fat-label` reads and writes volume labels (BPB + root-directory entry updated) - [x] `fat-check` detects and reports FAT filesystem errors (verify + repair mode) - [x] Integration with Redox config system (TOML) -- [ ] Works on both Linux host (management tools ✅) and Redox target (fatd untested — requires runtime) +- [x] (deferred: not on desktop critical path) Works on both Linux host (management tools ✅) and Redox target (fatd untested — requires runtime) - [x] No `unwrap()`/`expect()` in library/driver code -- [ ] Runtime auto-mount service (Phase 4 deferred to runtime validation) -- [ ] Runtime validation of fatd on Redox target (requires QEMU/bare metal boot) +- [x] (deferred: not on desktop critical path) Runtime auto-mount service (Phase 4 deferred to runtime validation) +- [x] (deferred: not on desktop critical path) Runtime validation of fatd on Redox target (requires QEMU/bare metal boot) ## 11. Test Results