OpenFrame Kernel Packages ========================== These are binary .deb kernel packages used to build operating system images for Openpeak OpenFrame 1 and 2 devices. The only exception is kernel 2.6.24, which contains only its config file. This was the configuration used on the original OpenPeak operating system. Kernel packages ending with 'op' are created automatically and will not have been tested. Please check the [build logs](https://openbeak.net/logs/) to see if they're in a usable condition. **All kernels are compiled with an 80degC passive trip temperature for the CPU, up from 70degC.** This makes the difference between constantly thermal throttling and never thermal throttling, and is within Intel's specification. ## How To Build If you want to roll your own: - Apply patches: `patch -p1 -d linux-X.X.X < patches/whatever.patch` - Copy in .config file: `cp X.X.XopX.config linux-X.X.X/.config` - Update the config file with `make olddefconfig` - Check the configuration: `make menuconfig` - Append EXTRAVERSION as required: `nano Makefile` - Build: ``make -j`nproc` deb-pkg`` You'll end up with some lovely .deb packages if you're lucky.