View Single Post
Old 25th June 2009
s0xxx's Avatar
s0xxx s0xxx is offline
Package Pilot
 
Join Date: May 2008
Posts: 192
Default

Well, I'm actually not sure if you could get away with only compiling those, but if you also apply the ppb-hotplug.patch you might actually build the kernel as well. It won't hurt anything for sure.
Code:
 ... apply patches ...
# cd /usr/src
# ./build.sh tools kernel=GENERIC
# mv /netbsd /netbsd.old
# mv /usr/src/sys/arch/`uname -m`/compile/obj/GENERIC/netbsd /netbsd
# shutdown -r now
Tell us if it works.
__________________
The best way to learn UNIX is to play with it, and the harder you play, the more you learn.
If you play hard enough, you'll break something for sure, and having to fix a badly broken system is arguably the fastest way of all to learn. -Michael Lucas, AbsoluteBSD
Reply With Quote