21 lines
656 B
Markdown
21 lines
656 B
Markdown
## TODO
|
|
not really meant to be looked at, just writing down my thoughts
|
|
|
|
- [ ] finish fat fs
|
|
- [X] follow cluster chains
|
|
- [X] Search for file in code
|
|
- [X] search into folders
|
|
- [X] Integrate with VFS
|
|
- [ ] Writes
|
|
- [ ] Read directory contents
|
|
- [ ] Custom FS
|
|
|
|
2 partitions, one that is the FAT fs that the system boot from, the directory structure looks like this:
|
|
| Path | FS type |
|
|
|--------------|-------------------|
|
|
| / | Custom |
|
|
| /bin | Custom |
|
|
| /boot | FAT32 (symlink) |
|
|
| /boot/EFI | FAT32 |
|
|
| /boot/limine | FAT32 |
|