Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!boulder!ucsu!spot.Colorado.EDU!kolar From: kolar@spot.Colorado.EDU (Jennifer Lynn Kolar) Subject: kernel compiling under gcc 2.3.3 Message-ID: <kolar.731959618@spot.Colorado.EDU> Summary: How to compile with 2.3.3 Keywords: gcc 2.3.3, kernel, compile Sender: news@ucsu.Colorado.EDU (USENET News System) Nntp-Posting-Host: spot.colorado.edu Organization: University of Colorado, Boulder Date: Fri, 12 Mar 1993 18:06:58 GMT Lines: 43 Hi, I wish to compile my kernel with gcc 2.3.3, which I just downloaded the binaries and libraries from agate.berkeley.edu. Is there changes needed to the gcc and to the kernel code? I seem to recall posts about that a while back, but wish to be sure. Also, just downloaded the julian-bootblocks, and can't install them because there is no disktab entry for my hard disk in /etc/disktab... How do I create a disktab entry for it? Will I lose the data on my drive if I relabel it? Enclosed is the information on my drive. Drive type: maxtor 7213 at ide [funstuff] [root] [102] % disklabel -r wd0 # /dev/rwd0d: type: ESDI disk: ESDI/IDE label: flags: bytes/sector: 512 sectors/track: 38 tracks/cylinder: 16 sectors/cylinder: 608 cylinders: 683 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 3 partitions: # size offset fstype [fsize bsize cpg] a: 378504 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 622*) b: 35000 378504 unused 0 0 # (Cyl. 622*- 680*) c: 414656 0 unused 0 0 # (Cyl. 0 - 681) [funstuff] [root] [103] % Any help would be greatly appreciated. J