Re: [PATCH v3 2/3] multiboot2: do not set StdOut mode unconditionally

2023-06-07 Thread Jan Beulich
On 01.06.2023 15:05, Roger Pau Monne wrote: > Only initialize StdOut if the current StdOut mode is unusable. This > avoids forcefully switching StdOut to the maximum supported > resolution, and thus very likely changing the GOP mode without having > first parsed the command line options. > > Sign

[PATCH v3 2/3] multiboot2: do not set StdOut mode unconditionally

2023-06-01 Thread Roger Pau Monne
Only initialize StdOut if the current StdOut mode is unusable. This avoids forcefully switching StdOut to the maximum supported resolution, and thus very likely changing the GOP mode without having first parsed the command line options. Signed-off-by: Roger Pau Monné --- The code is very similar