juls0730 / CappuccinOS

A small x86-64 rust os written from scratch
MIT License
6 stars 2 forks source link

ISO 9660 file system driver #4

Closed juls0730 closed 1 year ago

juls0730 commented 1 year ago

CappuccinOS is first rooted on an ISO 9660 file system, if we are interested in doing file operations (which we are), we will first need to make a file system driver that is compatible with the install media. Before we are able to run programs, copy files, and everything in between, we need the ability to interface with the file system.

Examples and resources:

juls0730 commented 1 year ago

Closed as we are using only FAT currently, thanks to this change 2226346ae7344d087a2fcc2e4a323f82008cb0f2