pub const KERNEL_MAJOR_VERSION: u16 = 2;
Kernel major version.
This is compiled with the crate to enable for checking of compatibility with loaded apps. Both major and minor version constants are updated during a release.