rellermeyer / course_os

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

No hierarchy in file system #34

Open c4k9c0 opened 9 years ago

c4k9c0 commented 9 years ago

Currently we can not go deeper than 1 level in our filesystem hierarchy. /file.txt will work but /file/test.txt will not. This and getting over 64K file size are what we are working on.