ramdisk driver for 2.9 (General GRIPE!)

brent e byer bb at wjh12.UUCP
Sat Nov 30 04:13:49 AEST 1985


The ramdisk driver described worked by allocating its space
at BOOT time which makes it easy to implement but much less
useful than one which could do so dynamically, say, at XXXopen()
time.

Consider:  You very well may need all the RAM you've got during
	prime time, but when the `cheese' are away and just you &
	I are there to play, we should not have to re-boot just
	to get that silicon amphet.  Also, there may come a time
	during normals' hours when something MUST finish more
	quickly.

To Kernel-Hacks:  With price of ram plummeting, all of you should
	cobble up something of this sort for your next release.
	Your sales hacks may be able to sell more add-on memory
	(iff they stop being so damn greedy with the price$ !!!),
	[ and, we nightfolk may actually see our processes finish
	  before dawn. ]

PS:	All programs which need /tmp-type space should check for
	an ENV variable to allow better use of this new feature.
PPS:	When you do the allocation, PLS take it off the top; yes,
	shuffle if you need to.

Thanks,
  Brent Byer  {decvax!genrad  harvard}!wjh12!bb
		ihnp4!ihesa!textware!brent



More information about the Comp.bugs.2bsd mailing list