rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

tmpfs #47

Open NULLx76 opened 4 years ago

NULLx76 commented 4 years ago

It may be nice to have some kind of in-memory filesystem. So that some kind of shell in userland would be possible to have some of the default utilities (think cat, echo, ls, cd).

This would also help set up the structure necessary for supporting more kind of filesystems in the future.

Some preliminary work for this has already been done and is located inside the fs directory.

NULLx76 commented 4 years ago

Related to: #34 #35