Skip to content

Compiling kernel.img

David Banks edited this page Jun 7, 2016 · 11 revisions

Make sure you are in the scripts directory: cd src/scripts

Run the makefile:

make -B

(The -B flag forces a clean build)

There should be no errors or warnings, and a file called kernel.org should be been created.

Next: Deploying on a Pi