summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/miniimfs_init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1999-11-021-1/+0
| | | | | | | should not have been. This required that IMFS_rmnod be split into three separate (per file type) routines to avoid dependencies. In the end, a miniIMFS application is 6K smaller than one using the full IMFS.
* Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1999-10-261-0/+71
readdir support. The next step is to add a mount table and configure either the miniIMFS or the full IMFS at the application level.