summaryrefslogtreecommitdiff
path: root/kernel/fs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a parentheses issuetarBranchGalen Sagarin2025-05-061-3/+3
|
* fixed tar_seekGalen Sagarin2025-05-061-3/+4
|
* Commenting out ramfs things because they aren't workingGalen Sagarin2025-05-061-1/+1
|
* A few bugfixes for tar.cGalen Sagarin2025-05-061-5/+8
|
* tarfs.c, as well as an incomplete ramfs.c:Galen Sagarin2025-05-062-208/+404
|
* update fsFreya Murphy2025-05-061-2/+2
|
* changes idkFreya Murphy2025-05-011-0/+1
|
* ramdiskFreya Murphy2025-05-011-4/+10
|
* finish syscall implsFreya Murphy2025-05-011-5/+10
|
* tarfsFreya Murphy2025-04-302-3/+266
|
* fmtFreya Murphy2025-04-301-2/+2
|
* update fs headers 3.0Freya Murphy2025-04-301-7/+10
|
* update fs headers 2.0Freya Murphy2025-04-301-18/+42
|
* fs header changesFreya Murphy2025-04-291-1/+1
|
* fs return bytes readFreya Murphy2025-04-271-12/+13
|
* fix fs off by 1 sectorFreya Murphy2025-04-251-3/+3
|
* remove bad includesFreya Murphy2025-04-221-1/+0
|
* fmtFreya Murphy2025-04-221-2/+2
|
* fix kernel fs invalid err offset bugFreya Murphy2025-04-211-2/+3
|
* make fs use void*Freya Murphy2025-04-211-2/+2
|
* fmt, rename some fnsFreya Murphy2025-04-211-19/+26
|
* fs read/write functions, initrdFreya Murphy2025-04-211-16/+142
|
* fix file pointersFreya Murphy2025-04-041-2/+4
|
* fmtFreya Murphy2025-04-041-17/+18
|
* adde disk read/write functionsFreya Murphy2025-04-041-0/+20
|
* generic file system structuresFreya Murphy2025-04-041-0/+59