kernel compilation

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
Fab
Posts: 9
Joined: Sun Apr 05, 2020 3:36 pm

kernel compilation

Post 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
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: kernel compilation

Post by ericbsd »

Basicaly yes, but you need to use GhostBSD src. You can install the src package.

Code: Select all

sudo pkg install src
Fab
Posts: 9
Joined: Sun Apr 05, 2020 3:36 pm

Re: kernel compilation

Post by Fab »

I can see /usr/src/sys now and the kernel source. Thanks
Post Reply