From owner-cvs-all Wed Aug 2 1:46:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1143B37B831; Wed, 2 Aug 2000 01:46:09 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA57841; Wed, 2 Aug 2000 01:46:08 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200008020846.BAA57841@freefall.freebsd.org> From: KATO Takenori Date: Wed, 2 Aug 2000 01:46:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98 Makefile src/sys/boot/pc98/boot0 Makefile boot0.s src/sys/boot/pc98/boot0.5 Makefile boot.s boot0.5.s disk.s selector.s start.s support.s syscons.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/08/02 01:46:08 PDT Modified files: sys/boot/pc98 Makefile Added files: sys/boot/pc98/boot0 Makefile boot0.s sys/boot/pc98/boot0.5 Makefile boot.s boot0.5.s disk.s selector.s start.s support.s syscons.s Log: Added PC-98 HDD boot manager. The boot0 is the `IPL' which occupies sector 0 of a disk and boot0.5 is the `boot selector' which starts from address 0x400. The IPL loads boot0.5 and boot0.5 loads bootblock of a slice. The boot manager stuff was developed by me (kato) with Borland C++, and then, translated into bcc in the ports collection by Nokubi-san. After that, boot0 has been translated into gas with the .code16 directive by Takahashi-san (nyan) and boot0.5 has been rewritten in gas by me. Revision Changes Path 1.3 +2 -2 src/sys/boot/pc98/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message