Hi Guys! I want to ask you if it is possible to compile the FreeBSD Kernel from another platform and OS (e.g. OSX)
Thank you in advance
;-)
Thank you in advance
;-)
dinnerblaster said:Thank you for the reply, anyway i'm a noob in these things, could you be more specific?
Thank you again!
roddierod said:The short answer is you can't.
What your asking is not cross compiling like NetBSD does. If you notice NetBSD stuff is just compiling NetBSD on one architecture and running it on another but it's still all NetBSD.
What you want is something like the Debian project that uses the FreeBSD kernel with Linux userland. It's not as simple as just recompiling the kernel. Go take a look at what that project did/is doing. You'd never be able to do it with OSX since the parts you probably want to utilizes of OSX are closed source...namely the GUI.