port of ext4 to openbsd
Go to file
Om Raheja 93d813f817 change for hackclub 2024-08-26 11:07:10 -04:00
src stub implementation of directories and files 2024-07-22 21:28:43 -04:00
writeup finished looking at 64-bit mode, time to implement 2024-08-19 17:34:09 -04:00
LICENSE
README.md change for hackclub 2024-08-26 11:07:10 -04:00

README.md

openbsd-ext4

Support for the ext4 filesystem format on OpenBSD. Currently, ext3 is supported in 32-bit mode.

writeup/ contains my learnings, which I want to document in a book. There is unfortunately no good guides on making an ext4 filesystem except the Linux Kernel Specification.