From ba611a7eb5ca2a8eaad36386aada7d5b27a3bbe8 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sun, 28 Jan 2018 09:11:30 -0700
Subject: [PATCH] FAT32

---
 content/gsoc.md | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/content/gsoc.md b/content/gsoc.md
index 90652c1d..80275d0c 100644
--- a/content/gsoc.md
+++ b/content/gsoc.md
@@ -190,15 +190,25 @@ Implement a FAT32 filesystem driver for Redox OS
 
 ### Details
 
-...
+The purpose of this project is to implement a driver for FAT32 filesystems on
+Redox OS. This project will begin with partition detection using MBR and GPT
+partition tables. After partitions can be detected, filesystems will be checked
+for known filesystem types. A FAT32 driver will be launched for any detected
+FAT32 filesystem. This driver will support both read and write functionality,
+using RedoxFS as an example implementation to compare against. If the project
+is finished early, work could begin on other filesystem types.
 
 ### Expected Outcome
 
-...
+The expected outcome of this project is for Redox OS to automatically launch a
+FAT32 driver for all detected FAT32 filesystems, allowing for those filesystems
+to be read and modified.
 
 ### Skills Preferred
 
-...
+Experience with filesystems is preferred, but not required. The student is
+expected to learn about the current Redox OS filesystem and to research FAT32
+during the project.
 
 ### Mentors
 
-- 
GitLab