Added limited support for directories

This comes with a lot of scafolding put into place around the core
of the filesystem.

Added operations:
- append an entry to a directory
- find an entry in a directory
- iterate over entries in a directory

Some to do:
- Chaining multiple directory blocks
- Recursion on directory operations
2 files changed
tree: bd915d59471dfa21ed15bbcaa139878b9bb3ac53
  1. emubd/
  2. lfs.c
  3. lfs.h
  4. lfs_bd.h
  5. lfs_config.h
  6. Makefile