Add in freeramdisk.c, which (duh) frees ramdisks. If you have any

ramdisks lying about and want to free up the memory they have used,
this baby is the answar you have been waiting for.
 -Erik
This commit is contained in:
Erik Andersen
2000-03-04 22:23:27 +00:00
parent 029011b9ee
commit 6437170cb3
9 changed files with 150 additions and 3 deletions

View File

@ -97,6 +97,9 @@ static const struct Applet applets[] = {
#ifdef BB_FREE //usr/bin
{"free", free_main},
#endif
#ifdef BB_FREERAMDISK //sbin
{"freeramdisk", freeramdisk_main},
#endif
#ifdef BB_DEALLOCVT //usr/bin
{"deallocvt", deallocvt_main},
#endif