From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HVFG3-0001V9-Ji for mharc-grub-devel@gnu.org; Sat, 24 Mar 2007 19:02:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVFG1-0001V0-Qf for grub-devel@gnu.org; Sat, 24 Mar 2007 19:02:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVFFz-0001Un-EE for grub-devel@gnu.org; Sat, 24 Mar 2007 19:02:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVFFz-0001Uk-8h for grub-devel@gnu.org; Sat, 24 Mar 2007 18:02:43 -0500 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVFDu-0004ue-P5 for grub-devel@gnu.org; Sat, 24 Mar 2007 19:00:34 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 22A913CF02C85 for ; Sun, 25 Mar 2007 04:41:49 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id A39B03CEF9F2E for ; Sun, 25 Mar 2007 04:41:47 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 25 Mar 2007 00:00:32 +0100 User-Agent: KMail/1.8.2 References: <000001c76e46$cb189360$030010ac@temjin> In-Reply-To: <000001c76e46$cb189360$030010ac@temjin> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703250000.32383.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.266559, version=0.17.2 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: I write a patch for Japanese NEC i386 old computers. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2007 23:02:45 -0000 On Saturday 24 March 2007 20:01, Hitoshi Ozeki wrote: > boot/i386/pc/* -> boot/i386/nec98/* > commands/i386/pc/* -> commands/i386/nec98/* > conf/i386-pc.mk -> conf/i386-nec98.mk > conf/i386-pc.rmk -> conf/i386-nec98.rmk > disk/i386/pc/* -> disk/i386/nec98/* > include/grub/i386/pc/* -> include/grub/i386/nec98/* > (none) -> include/grub/i386/nec98/sca.h > include/grub/i386/pc/util/* -> include/grub/i386/nec98/util/* > include/grub/pc_partition.h -> include/grub/nec98_partition.h > kern/i386/pc/* -> kern/i386/nec98/* > kern/i386/pc/* -> kern/i386/nec98/* > loader/i386/pc/* -> loader/i386/nec98/* > partmap/pc.c -> partmap/nec98.c > term/i386/pc/* -> term/i386/nec98/* > util/i386/pc/* -> util/i386/nec98/* > video/i386/pc/* -> video/i386/nec98/* I have a question about the naming. Is it usual to call the platform "nec98"? I don't know how it is called in Linux/PC98 or FreeBSD(98), but it should be named in a similar way, I guess. Thanks, Okuji