Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!news.sprintlink.net!news.azstarnet.com!not-for-mail From: trs@azstarnet.com (Tim Smith) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: atapi info, please post. Date: 7 Dec 1995 06:20:56 GMT Organization: Arizona Daily Star - AZSTARNET Lines: 17 Distribution: world Message-ID: <4a6148$aua@news.azstarnet.com> References: <496t9n$bhm@news.csus.edu> <49k9km$gk@vulture.dmem.strath.ac.uk> <49vpc3$mds@epervier.CC.UMontreal.CA> NNTP-Posting-Host: web.azstarnet.com X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] Gregoire Leclair (leclairg@alterator.Umontreal.CA) wrote: : Is it possible to get the kernel source without getting all the FreeeBSD : sources? : ftp to a FreeBSD mirror site, and get the sys.a? files from the src/ dir- ectory. Then: $ cd /usr/src $ cat $FTP_DIR/sys.?? | gzip -c -d | tar xvf - (I believe that's the right command!) That will put the /usr/src/sys sources in thier proper places. You might need to get the lkm.?? src dist, also. Tim