Bootable kernel for the raspberrypi3
A bootable 64bit kernel for the raspberry pi 3.
Follow the instructions below to install this kernel on your physical Raspberry Pi 3(RPi3) device or alternatively emulate it using Qemu. As of the time of writing this Qemu still does not support certain RPi3 peripherals like the system timer within the GPU so certain features will not work.
$ git clone https://github.com/darebalogun/PiKernel.git
cd PiKernel
cd build
make clean
make run
make
device_tree=
Contributions welcome through pull requests