You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ease kernel development on serpent a method for installing a custom kernel such that the kernel binary, modules, and efi entry are not overwritten whenever a FS blit is done.
My current method for installing a kernel I build from git is as follow:
with an extra entry at /efi/loader/entries/serpentos-6.12.8-72.desktop-17.conf with required setup. This gets me to where I need to be with a booted kernel, and able to reload the current driver I'm working on with sudo insmod drivers/hid/hid-asus-ally.ko (at git source)
The text was updated successfully, but these errors were encountered:
Based on the above, I think it might be as simple as you copying to a new directory like, say, linux-asus-ally and then modifying the boot.json to contain
Per discussion on matrix:
To ease kernel development on serpent a method for installing a custom kernel such that the kernel binary, modules, and efi entry are not overwritten whenever a FS blit is done.
My current method for installing a kernel I build from git is as follow:
with an extra entry at
/efi/loader/entries/serpentos-6.12.8-72.desktop-17.conf
with required setup. This gets me to where I need to be with a booted kernel, and able to reload the current driver I'm working on withsudo insmod drivers/hid/hid-asus-ally.ko
(at git source)The text was updated successfully, but these errors were encountered: