From owner-freebsd-questions@FreeBSD.ORG Thu Aug 16 01:29:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D841816A41A for ; Thu, 16 Aug 2007 01:29:19 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5372413C459 for ; Thu, 16 Aug 2007 01:29:18 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-213-51.eunet.yu [213.198.213.51]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l7G1TmdU026769; Thu, 16 Aug 2007 03:29:50 +0200 Message-Id: <200708160129.l7G1TmdU026769@eunet.yu> Date: Thu, 16 Aug 2007 03:24:24 +0200 From: Nikola Lecic To: Victor Sudakov In-Reply-To: <20070815070455.GA84715@admin.sibptus.tomsk.ru> References: <20070815070455.GA84715@admin.sibptus.tomsk.ru> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: freebsd-questions@freebsd.org Subject: Re: newfs_msdos -B X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 01:29:19 -0000 On Wed, 15 Aug 2007 14:04:55 +0700 Victor Sudakov wrote: > Colleages,=20 >=20 > I need to create a bootable MS-DOS slice on a HDD. > Where can I obtain a DOS VBR for "newfs_msdos -B" ? Hello Victor, On your place I'll just create msdos partition and install FreeDOS (http://www.freedos.org/) there. (Actually I did use FreeDOS once to run some ancient programs of mine, but life is easier with emulators/dosbox). If you need a bootloader there, then http://mbrbm.sourceforge.net/ should work. However, if you need exactly m$'s dos, it's logical that you must borrow from there (from existing m$-dos or window$-9*). A quick googling shows that on http://mail-index.netbsd.org/tech-userlevel/2004/03/07/0000.html you can read how to borrow and how much. :) Nikola Le=C4=8Di=C4=87