aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/vfs.c
AgeCommit message (Collapse)Author
2020-05-01Added devfs and basic standard devicesMarvin Borner
2020-05-01Some vfs fixesMarvin Borner
2020-04-30Started vfsMarvin Borner
2020-04-24Removed vfs again...Marvin Borner
2020-04-21Thanks, Ubuntu+Github...Marvin Borner
2020-04-21Added very basic vfsMarvin Borner
2020-04-19Clean ext2 implementation :)Marvin Borner
2020-04-19Applied tidy command...Marvin Borner
Idk why I forgot it for several commits :D
2020-04-17Started implementing multiboot2 standardMarvin Borner
2020-04-16Many fix attempts for the divide by zero exceptionMarvin Borner
2020-04-01Static address linking approach for userspaceMarvin Borner
Kinda works but loading an statically linked binary into memory via kmalloc seems to create a crash which results in a bootloop.
2020-03-27Added and applied tidy commandMarvin Borner
2020-03-18Applied official linux kernel code style guidelinesMarvin Borner
Due to my change to vim and the clang-format plugin this was needed!
2019-11-24Major coding style reformatting -> Kernighan & RitchieMarvin Borner
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel
2019-10-30Started implementation of initrd based vfsMarvin Borner