fk98/src
snow flurry 6ab4de1ddb dosfs: use calloc instead of malloc
calloc zeroes out the memory it allocates, which helps avoid
segfaults related to linked list traversal.
2020-11-17 12:58:11 -08:00
..
config.c config: deal with whitespace at line start 2020-11-16 22:56:40 -08:00
config.h config: add (non-working) implementation 2020-11-16 17:32:03 -08:00
debug.h debug: remove some parentheses 2020-11-16 19:42:27 -08:00
dosfs.c dosfs: use calloc instead of malloc 2020-11-17 12:58:11 -08:00
dosfs.h dosfs: get_byte_offset requires an unsigned offset 2020-11-16 20:30:41 -08:00
main.c Initial commit 2020-11-13 21:43:35 -08:00