diff --git a/content/news/rsoc-fat32-1.md b/content/news/rsoc-fat32-1.md index 7334d3a960e011702478a984610861e8c324080d..65099e2aac2197aed586ee3113344bb361b38b7e 100644 --- a/content/news/rsoc-fat32-1.md +++ b/content/news/rsoc-fat32-1.md @@ -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