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

656 B

TODO

not really meant to be looked at, just writing down my thoughts

  • finish fat fs
    • follow cluster chains
    • Search for file in code
      • search into folders
    • 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