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
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
How can I build kernels with some additional features and use them when I run ignite run?
I build them from ignite/images/kernel via make but couldn't find where are compiled files are located?
after that how can I use the generated kernel with ignite run?
Some examples would be useful
The text was updated successfully, but these errors were encountered:
Do you need to build your kernel or are you trying to duplicate the kernel of another project? From my first read of the docs, you should be able to build a plain docker image with the kernel copied to /boot/vmlinux within that image and ignite might just boot it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can I build kernels with some additional features and use them when I run
ignite run
?I build them from
ignite/images/kernel
viamake
but couldn't find where are compiled files are located?after that how can I use the generated kernel with
ignite run
?Some examples would be useful
The text was updated successfully, but these errors were encountered: