[Bug 194022] Cannot do continue boot with defaults/do a cpu reset from boot2

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 Apr 2024 22:43:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194022

Xin LI <delphij@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |delphij@FreeBSD.org
             Status|New                         |Closed
         Resolution|---                         |Overcome By Events

--- Comment #1 from Xin LI <delphij@FreeBSD.org> ---
This haven't been touched for a decade, so closing as overcome by events as
newer hardware are generally using EFI, and nobody appear to be working on this
anyways.

I think this can be accomplished by something like:

```
static void
reboot(void)
{

        v86.addr = 0x19;
        v86int();
}
```

-- 
You are receiving this mail because:
You are the assignee for the bug.