Lincoln60: Add a thttpd-binfs configuration. That configuration still does not work on initial commit

This commit is contained in:
Gregory Nutt 2015-06-06 18:33:34 -06:00
parent 3e692f3912
commit a10fa2d14c

View File

@ -156,7 +156,7 @@
/* Describe the ROMFS file system */ /* Describe the ROMFS file system */
#define SECTORSIZE 512 #define SECTORSIZE 64
#define NSECTORS(b) (((b)+SECTORSIZE-1)/SECTORSIZE) #define NSECTORS(b) (((b)+SECTORSIZE-1)/SECTORSIZE)
#define ROMFSDEV "/dev/ram0" #define ROMFSDEV "/dev/ram0"