Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!ihnp4.ucsd.edu!usc!nic-nac.CSU.net!charnel.ecst.csuchico.edu!yeshua.marcam.com!zip.eecs.umich.edu!panix!MathWorks.Com!news2.near.net!news.delphi.com!usenet From: John Dyson <dysonj@delphi.com> Newsgroups: comp.os.386bsd.questions Subject: Re: Info on NetBSD & FreeBSD Date: Mon, 25 Jul 94 01:31:37 -0500 Organization: Delphi (info@delphi.com email, 800-695-4005 voice) Lines: 17 Message-ID: <hkyT78Z.dysonj@delphi.com> References: <30ur2j$ege@wsiserv.informatik.uni-tuebingen.de> NNTP-Posting-Host: bos1a.delphi.com X-To: Andrej Gabara <gabara@peanuts.Informatik.Uni-Tuebingen.DE> Andrej Gabara <gabara@peanuts.Informatik.Uni-Tuebingen.DE> writes: >(4) On Linux, all applications running in memory multiple times share one > text (code) segment. Is this true for {Free,Net}BSD too? Yes, in fact non-modified data is shared also. Bss is shared on forked children who have not execed. The same mechanisms are applicable to the shared lib's. >(6) Do FreeBSD or NetBSD support a MSDOS filesystem such as Linux? Yes... I have used an MSDOS filesystem exported over NFS from a FreeBSD server to a Lantastic system with TCP/IP. The MSDOS stuff seems to work pretty well, but I havent used it extensively. John dyson@implode.root.com