bootimage
bootimage copied to clipboard
Kernel command line flags
Bootloaders like GRUB have a config file that can be used to pass in boot time parameters that can be used by kernel to enable disable some features at boot time. Is there a way to pass boot time command line parameters to the kernel booted via bootimage?
If not, it would be a great feature addition. For example in my hobby OS, right now I am statically setting up some configs during compile time, it would be great if I keep that configurable at boot tine.