Date: Thu, 29 Apr 1999 16:56:23 +0900 From: Tomoaki NISHIYAMA <tomoaki@biol.s.u-tokyo.ac.jp> To: freebsd-current@freebsd.org Cc: tomoaki@biol.s.u-tokyo.ac.jp Subject: Newconfig snapshot Message-ID: <19990429165623F.tomoaki@moss.nibb.ac.jp>
next in thread | raw e-mail | index | archive | help
Newconfig is now based on 4.0-CURRENT-990410, and the snapshot is available at ftp://daemon.jp.FreeBSD.org/pub/FreeBSD-jp/newconfig/snapshot/ snap_sys4c990410_19990429.diff.gz The CardBus and PCMCIA support patch is included in the patch. To test this patch you will do the following, 1. prepare the sys source of 4.0-CURRENT(990410) % cd /home/work % cvs -d /home/ncvs co -D '990410 00:00:00 JST' src/sys (provided that you have a copy of the CVS repository at /home/ncvs) 2. patch % gunzip snap_sys4c990410_19990429.diff.gz % cd src % patch -p1 < ../snap_sys4c990410_19990429.diff % find . -name '*.rej' -print # check that there is no reject file 3. make config.new % cd usr.sbin/config.new % make depend;make 4. configure and make kernel with the newconfig % cd ../../sys/i386/conf % ../../../usr.sbin/config.new/config.new NEWCONF % cd ../../compile/NEWCONF % make depend;make % cp kernel /tmp/kernel 5. test Boot with /tmp/kernel and test the behavior. Note /boot may have to be replaced. -- Tomoaki Nishiyama // Newconfig web page is at http://www.jp.freebsd.org/newconfig/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990429165623F.tomoaki>