Skip to content
Snippets Groups Projects
Commit d15c86ea authored by Deepak Sirone's avatar Deepak Sirone
Browse files

RSoC: Implementing a FAT32 Filesystem in Redox-1

parent 8efebf4f
No related branches found
No related tags found
1 merge request!191RSoC: Implementing a FAT32 Filesystem in Redox
......@@ -6,7 +6,7 @@ date = "2018-05-29T15:27:18+05:30"
This is a blog post about the work which I have done so far in implementing a FAT32 filesystem in Redox. Currently the Redox [bootloader](https://github.com/redox-os/bootloader) as well as the userspace filesystem [daemon](https://github.com/redox-os/redoxfs/tree/master/src/bin) supports only RedoxFS.
## Goals identified
#### Goals identified
* Modify the bootloader using Rust to support loading the kernel from commonly supported filesystems
* Write a userspace daemon which can mount FAT32 filesystems
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment