Page 1 of 1

kernel compilation

Posted: Sat Apr 18, 2020 7:36 am
by Fab
Hello,

I need to change the config file of the kernel, and compile it. I would like to enable the EDEV support (synaptic issue), I am wondering if the steps are the same as FreeBSD?
like this: https://docs.freebsd.org/doc/6.1-RELEAS ... lding.html

Thanks

Re: kernel compilation

Posted: Mon Apr 20, 2020 1:20 pm
by ericbsd
Basicaly yes, but you need to use GhostBSD src. You can install the src package.

Code: Select all

sudo pkg install src

Re: kernel compilation

Posted: Tue Apr 21, 2020 1:25 pm
by Fab
I can see /usr/src/sys now and the kernel source. Thanks