Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.mel.aone.net.au!news.netspace.net.au!news.mira.net.au!news.vbc.net!vbcnet-west!knews.uk0.vbc.net!vbcnet-gb!azure.xara.net!xara.net!news.visi.net!news-xfer.netaxs.com!feed1.news.erols.com!howland.erols.net!newsserver.jvnc.net!newserver.uri.edu!leviathan!not-for-mail From: hu@ele.uri.edu (Yiming Hu) Newsgroups: comp.unix.bsd.freebsd.misc Subject: SMP support and unified VM/File System Date: 16 May 1997 18:29:50 GMT Organization: University of Rhode Island Lines: 29 Message-ID: <5li92u$723@bubbla.uri.edu> NNTP-Posting-Host: 131.128.51.64 X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:41111 Hi, As a research project, I'm seeking a Unix that can run on our shared-memory-multiprocessor SIMULATOR. We need OS source code so we can modified it for our simulator. I was told that FreeBSD supports SMP so I think it may be a good candidate. I know nothing about about FreeBSD and I have the following questions: (1) Is there a version of FreeBSD that supports SMP (more than 4 processors) ? (2) According to www.FreeBSD.org, FreeBSD uses unified Virtual-Memory/File-System aproach. This is another reason that I'm interested in it, since the similar approach is used by most "main-stream" Unix systems such as Solaris and AIX. My question is, where can I find more information about the algorithm and implementation of the unified VM/FS? "The design and implementation of the 4.4BSD" book talks only about the old buffer cache approach. (3) There are several books discussing the internal of Linux. Is there any simular book/paper available for FreeBSD, other than the McKusick's book? Thanks, -Yiming