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

@@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M")
# Set the following to `true' to make a debuggable build.
# Leave this set to `false' for production use.
# eg: `make DODEBUG=true tests'
DODEBUG = false
DODEBUG = true
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,