mv-kernel, kernel configuration, build tool for micro virtual machine.
mv-kernel, fast way to build kernel for micro virtual machine.
$ git clone https://github.com/mofm/mv-kernel.git
$ cd mv-kernelDownload kernel source code, and build kernel.
$ make allFinally, you can find the kernel image in images directory.
- Only download and exract kernel source code.
$ make download- Configure kernel.
$ make config- Build kernel.
$ make build- Download and extract kernel source code, configure kernel, build kernel. Execute all target.(download + config + build)
$ make all- Clean kernel source code for reconfigure and rebuild.(soft clean)
$ make clean- Clean all build files, kernel directory and kernel images.(hard clean)
$ make clean-all- Help
$ make help