Once CappuccinOS is installed, the goal is to move away from ISO 9660, since it's a format designed for CDs and not home computing. We will use FAT 32 as our root operating system in a non-live USB environment. This driver needs to be capable of creating FAT partitions, reading and writing files, and more in order to meet the needs of personal computing.
A basic read-only FAT32-specific (mostly) driver was implemented in 749e9b8b1472b2eb3b2c66c08df3691e1c1c1a5c although, writes and a VFS is needed to mark this as completed
Once CappuccinOS is installed, the goal is to move away from ISO 9660, since it's a format designed for CDs and not home computing. We will use FAT 32 as our root operating system in a non-live USB environment. This driver needs to be capable of creating FAT partitions, reading and writing files, and more in order to meet the needs of personal computing.
Examples and resources: