]> 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)
commitaa1ab532a09335136e7382cdb9f71650c5422a28
tree9880c94c77aef0d884400774a0c3642d481d2de4
parent2a80f80e8ef8ee5be21b410f6616d02da0e824de
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]