Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File System #16

Open
danieltherealyang opened this issue Nov 5, 2023 · 2 comments
Open

File System #16

danieltherealyang opened this issue Nov 5, 2023 · 2 comments
Assignees
Labels
far off Not going to be tackled for a while.

Comments

@danieltherealyang
Copy link
Contributor

danieltherealyang commented Nov 5, 2023

Implementation up to choice.
Can use an already established file system standard or create your own.
If you create your own interface, document it in the Readme.
You can choose to store files in RAM or disk, either is okay. Goal is to eventually use disk but keeping files in memory first lessens the initial scope. But, use one of the OOP design patterns to encapsulate reading and writing data to a memory address so switching between RAM and disk storage requires minimal code changes.

@danieltherealyang danieltherealyang added good first issue Good for newcomers far off Not going to be tackled for a while. and removed good first issue Good for newcomers labels Nov 5, 2023
@danieltherealyang danieltherealyang changed the title File System (in memory or on the disk up to choice) File System Nov 5, 2023
@bliutech
Copy link
Member

bliutech commented Nov 6, 2023

In memory file systems withmalloc? Check with @Aplet123 for #7.

@bliutech
Copy link
Member

bliutech commented Nov 6, 2023

Far off. By end of quarter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
far off Not going to be tackled for a while.
Projects
Status: Todo
Development

No branches or pull requests

4 participants