summaryrefslogtreecommitdiffstats
path: root/src/filesys
Commit message (Collapse)AuthorAge
* dont seek past eofGustav Sörnäs2021-03-15
|
* use struct **file instead of struct *fdlab1Gustav Sörnäs2021-02-15
| | | | | Storing the null pointer to mark active == false accomplishes the same thing with less storage.
* only struct fd when USERPROGGustav Sörnäs2021-02-11
|
* move struct fd to filesys.hGustav Sörnäs2021-02-05
|
* Added .gitignoreFelipe Boeira2019-01-21
|
* Initial commitFelipe Boeira2019-01-08