1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-24 13:48:32 +00:00

Add kernel rebuilding instructions in README

This commit is contained in:
sin 2014-03-04 12:04:06 +00:00
parent e611f394e9
commit ea204456ef

10
README

@ -33,6 +33,16 @@ To fetch all packages without building anything:
mk fetch-world
Rebuilding the kernel
---------------------
There is a default config for the kernel in stuff/kernel-config-$arch.
The default config is copied over .config in the kernel source
directory every time you do a build via mk(1). You can adjust your
local .config and copy it over stuff/kernel-config-$arch or you can
just manually compile the kernel and copy System.map and bzImage to
$root/boot.
Installing
----------