3 Commits

Author SHA1 Message Date
b71d899b52
tmpfs: rename tmpfs::Inode to tmpfs::FileInode
All checks were successful
continuous-integration/drone/pr Build is passing
2023-02-25 18:11:39 +01:00
ddc4692671
kernel: Make a factory function for filesystem creation of inodes, and add inode numbers
Now every filesystem must provide fs->create_file_inode() for new inodes :)
2023-02-25 18:03:11 +01:00
cb4246b98d
kernel: Start working on a VFS implementation using OOP and SharedPtr
All checks were successful
continuous-integration/drone/pr Build is passing
2023-02-03 22:20:00 +01:00