Files
CappuccinOS/TODO.md
juls0730 7f216fdfdd zlib driver & experimental riscv support
this commit adds the last piece to get the initramfs completely finished
2023-12-17 01:46:31 -06:00

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 |