https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194022
Xin LI <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Closed Resolution|--- |Overcome By Events --- Comment #1 from Xin LI <[email protected]> --- 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.
