atom feed32 messages in org.freebsd.freebsd-currentRe: Current is Really Broken(tm)
FromSent OnAttachments
Alfred PerlsteinSep 23, 1998 1:38 am 
Jordan K. HubbardSep 23, 1998 2:29 am 
Alfred PerlsteinSep 23, 1998 3:42 am 
Peter WemmSep 23, 1998 4:24 am 
Jordan K. HubbardSep 23, 1998 4:35 am 
Bruce EvansSep 23, 1998 5:02 pm 
Terry LambertSep 23, 1998 6:03 pm 
David HollandSep 24, 1998 1:52 pm 
Archie CobbsSep 24, 1998 6:20 pm 
Bruce EvansSep 25, 1998 6:37 pm 
Poul-Henning KampSep 25, 1998 11:31 pm 
Justin T. GibbsSep 26, 1998 9:52 am 
Poul-Henning KampSep 26, 1998 10:32 am 
David HollandSep 26, 1998 7:45 pm 
David HollandSep 26, 1998 8:03 pm 
Poul-Henning KampSep 26, 1998 10:56 pm 
David HollandSep 26, 1998 11:59 pm 
Poul-Henning KampSep 27, 1998 12:21 am 
Greg LeheySep 27, 1998 1:11 am 
Greg LeheySep 27, 1998 1:26 am 
David HollandSep 27, 1998 1:32 am 
Terry LambertSep 27, 1998 1:58 pm 
Terry LambertSep 27, 1998 2:40 pm 
Jeremy LeaSep 28, 1998 7:19 am 
Eivind EklundSep 28, 1998 9:29 am 
Poul-Henning KampSep 28, 1998 10:49 am 
Julian ElischerSep 28, 1998 12:24 pm 
Larry S. LileSep 28, 1998 12:39 pm 
Poul-Henning KampSep 28, 1998 12:51 pm 
Larry S. LileSep 28, 1998 1:56 pm 
Terry LambertSep 28, 1998 4:47 pm 
David HollandSep 28, 1998 4:55 pm 
Subject:Re: Current is Really Broken(tm)
From:David Holland (dhol@cs.toronto.edu)
Date:Sep 28, 1998 4:55:27 pm
List:org.freebsd.freebsd-current

[root ramdisk]

I believe the main reason it doesn't do that is that too many people believe it too radical. I know a number of developers (hi phk!) would like to have the actual device probes controlled from a very small userland running out of a ramdisk - personally, I think this might be a good architecture, but as I haven't seen an implmentation yet, I'm not quite sure.

Linux has something like this for loading modules before mounting root, and it's gorss.

If you were really going to try to have a ramdisk root, it should just be a framework for mounting other things and not have any data on it. IMO. Something like the AmigaDOS "assign", or a cross between a union mount and a symlink would then be nice so you can have /bin actually reference /usr/bin, /usr/local/bin, /disk1/stuff/bin, and whatnot, all transparently.

But this rapidly stops being Unix.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message