No description
  • C 90.5%
  • Shell 5.9%
  • Awk 2.9%
  • Makefile 0.7%
Find a file
2025-09-20 01:54:12 +02:00
tests Make allocation buffering configurable 2025-09-20 01:14:04 +02:00
.gitignore Start working on the fs reading code 2025-09-20 01:14:04 +02:00
bobfs.c Add code to {,de}serialize small files 2025-09-20 01:54:12 +02:00
bobfs.h Start working on the fs reading code 2025-09-20 01:14:04 +02:00
bobfs_internal.h Add code to {,de}serialize small directories 2025-09-20 01:52:26 +02:00
bobfs_ondisk.h Add file system creation timestamp to the superblock 2025-09-20 01:28:13 +02:00
btree.c First imlpementation of mkfs 2025-09-20 01:14:04 +02:00
btree.h First draft for the on disk format 2025-09-20 01:14:04 +02:00
main.c First draft for the on disk format 2025-09-20 01:14:04 +02:00
Makefile Start working on the fs reading code 2025-09-20 01:14:04 +02:00
mkfs.c Add file system creation timestamp to the superblock 2025-09-20 01:28:13 +02:00
mount.c Add file system creation timestamp to the superblock 2025-09-20 01:28:13 +02:00
README Fix README 2025-09-20 01:14:04 +02:00

# bobfs