Upgrading kernel

I just read the manual for updating FreeBSD, I have a custom kernel where I've enabled vm.kmem_size to be larger than 512M. How to I proceed to update that kernel?
 
Oh, I should have mentioned that this is a i386 system. I recompiled the kernel with KVA_PAGES=512
I guess there is a way to update the /usr/src folder for the latest updates and then just recompile and install the new kernel?
 
olav said:
I guess there is a way to update the /usr/src folder for the latest updates and then just recompile and install the new kernel?
Yes, read the handbook.
 
so I basically run
Code:
$freebsd-update fetch 
$freebsd-update install

And then recompile and install the kernel?
 
Back
Top