Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
website
Commits
ba611a7e
Commit
ba611a7e
authored
7 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
FAT32
parent
0fc31628
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/gsoc.md
+13
-3
13 additions, 3 deletions
content/gsoc.md
with
13 additions
and
3 deletions
content/gsoc.md
+
13
−
3
View file @
ba611a7e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment