Commit 81a43d

2026-09-02 14:51:10 Bob Green: -/-
programming/filesystem layer.md ..
@@ 9,16 9,11 @@
block_device-t *dev_driver;
vfs_fs_t *fs_driver;
char name[16];
-
uint8_t block_buff[BLOCK_DEVICE_BLOCK_SIZE];
-
unsigned int mounted : 1;
unsigned int read_only : 1;
uint8_t subdev;
-
- union {
- ext2_fs_t e2fs;
- } fs_data;
+ union fs_data;
}
class block_device_t {
zob
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9