summaryrefslogtreecommitdiff
path: root/VirtualFileSystem/small.fs
AgeCommit message (Expand)Author
2018-10-23Lots of hacking:Andreas Kling
2018-10-16Fixup small.fs again.Andreas Kling
2018-10-16Implement creating a new directory.Andreas Kling
2018-10-15Fix bug where allocating a new inode forgot that inodes are 1-based.Andreas Kling
2018-10-15Bring back the intentionally broken symlink I had for testing.Andreas Kling
2018-10-15Add a simple /dev/random.Andreas Kling
2018-10-14Add a simple /dev/full.Andreas Kling
2018-10-14Add basic character device support. Start with null and zero.Andreas Kling
2018-10-14Add a /dev/zero to the small.fs image.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling