Re: bootstr
RVP <[email protected]> Fri, 13 May 2022 11:16:46 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.ports.x86-64 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 13 May 2022, Edgar Fuà wrote:
> Does the amd64 port support bootstr? I.e., can I temporarily boot another
> kernel by passing the name to reboot?
>
According to reboot(2) that only works on sparc & sun3.
And, cpu_reboot() in sys/arch/{i386/i386,amd64/amd64}/machdep.c doesn't
use the `bootstr' param at all.
-RVP