summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/miniimfs_init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1-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.
1999-10-26Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1-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.