From owner-cvs-src@FreeBSD.ORG Tue Nov 18 10:26:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7018116A4CE; Tue, 18 Nov 2003 10:26:20 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B18543FD7; Tue, 18 Nov 2003 10:26:19 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AMBa3-0007sP-00; Wed, 19 Nov 2003 01:32:07 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AMBa2-0007rR-00; Wed, 19 Nov 2003 01:32:06 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hAIIRtg1060716; Wed, 19 Nov 2003 00:27:55 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hAIIRtc0060654; Wed, 19 Nov 2003 00:27:55 +0600 (NOVT) (envelope-from danfe) Date: Wed, 19 Nov 2003 00:27:55 +0600 From: Alexey Dokuchaev To: Poul-Henning Kamp Message-ID: <20031118182755.GA49964@regency.nsu.ru> References: <200311161824.hAGIOOqb004097@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311161824.hAGIOOqb004097@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Envelope-To: phk@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/btx/btx btx.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:26:20 -0000 On Sun, Nov 16, 2003 at 10:24:24AM -0800, Poul-Henning Kamp wrote: > phk 2003/11/16 10:24:24 PST > > FreeBSD src repository > > Modified files: > sys/boot/i386/btx/btx btx.s > Log: > When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0. Back in my days of DOS hacking, I used to jump to 0xf0f0:0xf0f0 :) ./danfe