Date: Wed, 4 Apr 2001 15:40:57 +0100 From: Mike Bristow <mike@urgle.com> To: Jason Victor <sloppyj123@yahoo.com> Cc: freebsd-hackers@freebsd.org Subject: Re: A novel idea.... Message-ID: <20010404154057.A5356@lindt.urgle.com> In-Reply-To: <20010404121602.29670.qmail@web4304.mail.yahoo.com>; from sloppyj123@yahoo.com on Wed, Apr 04, 2001 at 05:16:02AM -0700 References: <20010404121602.29670.qmail@web4304.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 04, 2001 at 05:16:02AM -0700, Jason Victor wrote: > Hi. I have to have Windows on my computer, and will > NOT spoil my perfectly tweaked Debian installation. > What I was wondering was: is there a UMSDOS of Phat > Linux-type thing for FreeBSD? Not as far as I know (if UMSDOS of Phat is what I think it is). > I think this would be an > interesting project to undertake. If there isn't one, > and anyone wants to start it, tell me what a > (relatively) newbie C programmer can do. Probably little; the main reason one doesn't exist is the lack of a UMSDOS type filesystem on FreeBSD. And it'd (probably) take more than a newbie C programmer to code up one of those. > And something completely unrelated: do FreeBSD > drivers/HOWTOs work on OpenBSD and NetBSD? Drivers: Depends; those that do tend to be full of : #if defined __FreeBSD__ #define do_foo freebsd_do_foo #elif defined __OpenBSD__ #define do_foo openbsd_do_foo #endif but as all the BSD's are similar, these are usually relativly small sections. HOWTOs: HOWTOs are either, in my experience: very system specific (you must be running Linux 2.4, or OpenBSD 2.6, or something) for it to be useful. or very generic (as long as you're reasonably bright, you can read the HOWTO and apply it to anything vaguly unixey). How to install it type documents are in the former camp (reading the OpenBSD install HOWTO ain't gonna help you install Debian); often things like samba or other applications are in the latter camp. > And what > are the REAL reasons that you guys prefer FreeBSD to > Linux? It's development model is something approaching sane. It's a complete OS; rather than a kernel and a bunch of loosly-associated utilities that a bunch of differnet people have used to create a dozen or so OSes from. -- Mike Bristow, seebitwopie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010404154057.A5356>