From owner-cvs-src@FreeBSD.ORG Fri May 2 02:33:13 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 F41CC37B401; Fri, 2 May 2003 02:33:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 930CC43FCB; Fri, 2 May 2003 02:33:12 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h429XC0U062558; Fri, 2 May 2003 02:33:12 -0700 (PDT) (envelope-from kato@repoman.freebsd.org) Received: (from kato@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h429XC2l062557; Fri, 2 May 2003 02:33:12 -0700 (PDT) Message-Id: <200305020933.h429XC2l062557@repoman.freebsd.org> From: KATO Takenori Date: Fri, 2 May 2003 02:33:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/boot0.5 start.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: Fri, 02 May 2003 09:33:13 -0000 kato 2003/05/02 02:33:12 PDT FreeBSD src repository Modified files: sys/boot/pc98/boot0.5 start.s Log: IPLware support. The `IPLware' program assumes boot menu program begins with the `jmp 0x2d4' near jump. Revision Changes Path 1.2 +4 -0 src/sys/boot/pc98/boot0.5/start.s