Skip to content

Virtual filesystem#139

Merged
SamTebbs33 merged 1 commit intodevelopfrom
feature/virtual-fs
Jun 22, 2020
Merged

Virtual filesystem#139
SamTebbs33 merged 1 commit intodevelopfrom
feature/virtual-fs

Conversation

@SamTebbs33
Copy link
Collaborator

This patch adds the virtual filesystem layer that will sit between the concrete filesystems (FAT, usb, devfs etc.) and the code that interacts with those files an directories. Much like the unix philosophy it allows anything that has a notion of reading and writing to be represented as a file.

It was designed to make interfacing with concrete filesystems trivial and smooth.

After this is merged we can start writing filesystem drivers for physical disks, a devfs and much more.

Closes #114

@SamTebbs33 SamTebbs33 requested a review from DrDeano May 4, 2020 15:45
@SamTebbs33 SamTebbs33 force-pushed the feature/virtual-fs branch from a179f96 to 9b5485e Compare May 4, 2020 15:45
@SamTebbs33 SamTebbs33 force-pushed the feature/virtual-fs branch 3 times, most recently from db5e4da to eacee72 Compare May 15, 2020 11:53
Copy link
Member

@DrDeano DrDeano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very nice, will be nice to see the OS writing to disk and stuff in the future. Maybe the file can be renamed to vfs? Also for the test, if you change the allocator to the testing.allocator, this will check for memory leaks.

@SamTebbs33 SamTebbs33 force-pushed the feature/virtual-fs branch from eacee72 to 24c1bb0 Compare June 18, 2020 22:10
Copy link
Member

@DrDeano DrDeano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bam

@SamTebbs33 SamTebbs33 force-pushed the feature/virtual-fs branch from 5cdceca to 28128dd Compare June 22, 2020 18:00
@SamTebbs33 SamTebbs33 merged commit d6d99ef into develop Jun 22, 2020
@SamTebbs33 SamTebbs33 deleted the feature/virtual-fs branch June 22, 2020 18:02
@SamTebbs33 SamTebbs33 mentioned this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Virtual filesystem

2 participants