summaryrefslogtreecommitdiff
path: root/kernel/fs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reworking fat32.fat32Galen Sagarin2025-04-291-364/+77
|
* Some stuff from fat32Galen Sagarin2025-04-291-2/+154
|
* Merge branch 'main' of https://github.com/kenshineto/kern into fat32Galen Sagarin2025-04-291-15/+16
|\ | | | | | | Merging main into here
| * 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
| |
* | Started writing fat.cGalen Sagarin2025-04-241-0/+247
|/
* 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