From owner-freebsd-hackers Tue Jan 16 02:57:56 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA04930 for hackers-outgoing; Tue, 16 Jan 1996 02:57:56 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA04915 for ; Tue, 16 Jan 1996 02:57:34 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id VAA16024; Tue, 16 Jan 1996 21:50:51 +1100 Date: Tue, 16 Jan 1996 21:50:51 +1100 From: Bruce Evans Message-Id: <199601161050.VAA16024@godzilla.zeta.org.au> To: chx0@mail.opensol.com.ar, j@uriah.heep.sax.de Subject: Re: reboot Cc: freebsd-hackers@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >No, FreeBSD doesn't use int 0x19, it doesn't have access to the BIOS, >and all int 0x19 does is just jumping to 0xffff0. (Unless a virus has >been trapping int 0x19 while you were in DOS. :-) Erm, int 0x19 loads the boostrap at 0x7c0:0 and jumps to it. It is fairly useless even under DOS in real mode because there might be hooked interrupt vectors pointing to code that gets overwritten by loading or running the boostrap. Bruce