The userland scheduling patch I referred to earlier is now in the system. This is a good reason to upgrade/rebuild, because of the positive effect of system response.
4 Replies to “Scheduling patch in”
Comments are closed.
The userland scheduling patch I referred to earlier is now in the system. This is a good reason to upgrade/rebuild, because of the positive effect of system response.
Comments are closed.
How can I upgrade + rebuild DragonFly? (the easy way to do).
As root:
mkdir /home/dcvs
cvsup /usr/share/examples/cvsup/Dragonfly-supfile
cd /usr/src
cvs up -dP
make world
make kernel kernconf=GENERIC
then reboot
Ok. Thanks!
That won’t work.
mkdir /home/dcvs
cvsup /usr/share/examples/cvsup/Dragonfly-supfile
cd /usr/src
cvs co -dP
make buildworld
make buildkernel kernconf=GENERIC
make installkernel kernconf=GENERIC
make installworld
make upgrade
reboot