]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
fs: add mounts and basic tmpfs
authorTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 22:31:58 +0000 (19:31 -0300)
committerTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 22:31:58 +0000 (19:31 -0300)
commit761f873ab708ae8967f5bfbdef75297badce26f9
treed6ec6309a43890cf41570b05a366742260b99ad2
parent147b75759c7f1a498acf4cbe53646d2e2cd42fb7
fs: add mounts and basic tmpfs
include/fs.h
include/tmpfs.h [new file with mode: 0644]
src/kernel/fs.c
src/kernel/init.c
src/kernel/tmpfs.c [new file with mode: 0644]