From owner-cvs-all@FreeBSD.ORG Thu Apr 21 18:05:31 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 861DE16A4CE; Thu, 21 Apr 2005 18:05:31 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2182843D39; Thu, 21 Apr 2005 18:05:31 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j3LI7Cn1095915; Thu, 21 Apr 2005 12:07:12 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4267EA9E.3060704@samsco.org> Date: Thu, 21 Apr 2005 12:02:06 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200504211542.j3LFgSYq021674@repoman.freebsd.org> <20050421175245.GA2098@freebie.xs4all.nl> In-Reply-To: <20050421175245.GA2098@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "David E. O'Brien" Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 18:05:31 -0000 Wilko Bulte wrote: > On Thu, Apr 21, 2005 at 03:42:28PM +0000, David E. O'Brien wrote.. > >>obrien 2005-04-21 15:42:28 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_5) >> sys/boot/i386/boot0 boot0.S >> Log: >> MFC: rev 1.14: remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS). > > > As a matter of curiosity, how does this impact people with minimal FreeBSD > systems running out of (granted...) very small flashroms for example? > > My guess is that it will mean that they'll see a '??' for the partition name instead of 'DOS', but that everything will otherwise work just as before. Scott