-
-
Notifications
You must be signed in to change notification settings - Fork 10
Using NeKernel: The MinPattern
Amlal El Mahrouss edited this page Apr 16, 2026
·
1 revision
The MinPattern involves dividing critical chunk of software into easy to digest and read modules, for example:
-
minkernel<-- Core NeKernel. -
bootz<-- BootZ Loader. -
chk.efi<-- BootZ check module.
This is to prevent security vulnerabilities and allow greater expansion of the software.
Please read this: https://docs.kernel.org/process/coding-assistants.html
If it can't run on your machine, you can't PR it. Please actually test your code before submitting!
They will be closed after a week. Inactive PRs stalls everything.
Cheers. Amlal