Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!ihnp4.ucsd.edu!agate!violet.berkeley.edu!jkh From: jkh@violet.berkeley.edu (Jordan K. Hubbard) Newsgroups: comp.os.386bsd.questions Subject: Re: [pcemu] anyone got it working? Date: 11 Jan 1995 07:22:31 GMT Organization: University of California, Berkeley Lines: 16 Message-ID: <3f00vn$dao@agate.berkeley.edu> References: <JUN.95Jan11130911@fox.fax.iwa.fujixerox.co.jp> NNTP-Posting-Host: violet.berkeley.edu In article <JUN.95Jan11130911@fox.fax.iwa.fujixerox.co.jp>, Junichi Kurokawa <jun@fox.fax.iwa.fujixerox.co.jp> wrote: > > Shove it in your Unix box and type cp /dev/fd0 DriveA This should > > create a 720k (or whatever) file which the emulator can boot from. > >What the hell is `cp /dev/fd0 foo' supposed to mean, anyway? /dev/fd0 >is a device file, that you don't cat, less or edit. Ok, so maybe this will be easier: dd if=/dev/fd0 of=foo Do this with a bootable DOS disk. It works surprisingly well! Jordan