This website requires JavaScript.
Explore
Help
Register
Sign In
asleepymoon
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
1,332
Commits
3
Branches
21
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
apio
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
apio
5edd316198
kernel: Add a subclass of VFS::Inode to make it easier to implement file inodes
2023-02-25 17:54:01 +01:00
apio
cb4246b98d
kernel: Start working on a VFS implementation using OOP and SharedPtr
All checks were successful
continuous-integration/drone/pr
Build is passing
Details
2023-02-03 22:20:00 +01:00