Re: More serial ports in EFI bootstrap?
Emmanuel Dreyfus <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 04, 2025 at 09:05:36AM -0400, Thor Lancelot Simon wrote: > Can (and should) we access the console via EFI interfaces in this case? You can skip the call to UEFI ExitBootServices() but I guess you need to take care of not overwriting memory used by UEFI. I recall doing that to get console output later during kernel load process. It worked, but I did not try to call UEFI Read/Write from the kernel. -- Emmanuel Dreyfus [email protected]