๐งฐKernel Modifications
What are the Kernel Modifications?
Kernel modifications let you extend the kernel functionality to your liking from custom commands to custom kernel applications. It also lets you unleash your console art by letting you make your own screensaver and your own kernel splash screen.
The kernel modifications also let you call the kernel functions and userspace functions, just like what device drivers and user applications in the major operating systems would do, respectively. However, the kernel modifications aren't zero-code solutions, so make sure that you have a bit of C# skills in order to be able to make kernel mods.
You can also use Visual Basic in your mod code, but we recommend that you avoid using it if possible as we no longer support that language.
Management
Deep explanation of the kernel modification management can be found in the below page:
๐งKernel Modification ManagementBuild...
If you'd like to build your own modifications, great! Click on the master page below to select what you want to build!
https://github.com/Aptivi-Stable-Docs/nks-manual-0.1.0-beta2/blob/main/advanced-and-power-users/kernel-modifications/build-your...Last updated