-1

Please someone explain complete step by step procedure of building of a kernel in Minix 3.

Thanks

jeevan
  • 81
  • 2
  • 6

1 Answers1

0

Go in /usr/src/releasetools and type make hdboot in your command prompt. The first time you do this will take about half and hour or more depending on yor computer specification and how strong is your virtual machine. Every next recompile will be faster since some filed needed for installing will be laready created.
You can also write make clean which will clean your kernel if you had any errors or if some while doesn't exist anymore, and type make hdboot afterwards

Bozic
  • 159
  • 1
  • 12