Is there any way to suppress the messages after selecting the option from the menu?
Both the linux and limine boot protocols seem to output some text after selecting an option. Looking at the code, there doesn't seem to be a way to disable this (e.g.):
|
print("linux: Loading kernel `%#`...\n", kernel_path); |
Maybe there could be a new verbosity level that disables this: verbose: quiet?
Is there any way to suppress the messages after selecting the option from the menu?
Both the linux and limine boot protocols seem to output some text after selecting an option. Looking at the code, there doesn't seem to be a way to disable this (e.g.):
Limine/common/protos/linux_x86.c
Line 311 in bdf4c77
Maybe there could be a new verbosity level that disables this:
verbose: quiet?