Lincoln60: Add a thttpd-binfs configuration.  That configuration still does not work on initial commit
diff --git a/examples/thttpd/thttpd_main.c b/examples/thttpd/thttpd_main.c
index 1434b01..48ab2f2 100644
--- a/examples/thttpd/thttpd_main.c
+++ b/examples/thttpd/thttpd_main.c
@@ -156,7 +156,7 @@
 
 /* Describe the ROMFS file system */
 
-#define SECTORSIZE   512
+#define SECTORSIZE   64
 #define NSECTORS(b)  (((b)+SECTORSIZE-1)/SECTORSIZE)
 #define ROMFSDEV     "/dev/ram0"