bootimage icon indicating copy to clipboard operation
bootimage copied to clipboard

Kernel command line flags

Open Narasimha1997 opened this issue 2 years ago • 0 comments

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.

Narasimha1997 avatar Jul 29 '22 05:07 Narasimha1997