ronaque / FileSystem

This repo implements a "virtual" CLI filesystem that i have conceptualised based on osdev wiki explaining FileSystems, and directory/file commands of linux and windows CMDs.
1 stars 0 forks source link

Filesystem

This repo implements a "virtual" CLI filesystem that i have conceptualised based on osdev wiki explaining FileSystems, and directory/file commands of linux and windows CMDs.

This was created just for fun!

The objectives to be implemented are:

Additionally

It will be implemented based on the inode indexing method as reference

Ref: