From d15c86eaab1c2a7d396d7291bd977403c87a604b Mon Sep 17 00:00:00 2001
From: Deepak Sirone <deepaksirone94@gmail.com>
Date: Tue, 29 May 2018 19:56:31 +0530
Subject: [PATCH] RSoC: Implementing a FAT32 Filesystem in Redox-1

---
 content/news/rsoc-fat32-1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/news/rsoc-fat32-1.md b/content/news/rsoc-fat32-1.md
index 7334d3a9..65099e2a 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
 
-- 
GitLab