| Summary: | Cannot do continue boot with defaults/do a cpu reset from boot2 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Enji Cooper <ngie> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Some People | CC: | delphij |
| Priority: | --- | ||
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Enji Cooper
2014-09-29 20:55:46 UTC
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();
}
```
|