amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 86 forks source link

[FileSystem] FAT 32 write support progress #9

Open amaneureka opened 8 years ago

amaneureka commented 8 years ago

This issue is for tracking the progress of fat 32 write support which was earlier implemented by @sandeepiliger in previous version of Kernel (test kernel). We need to copy code from previous version of kernel to newer version and link it to I/O abstraction classes.