From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c72b93d85d765332 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-10 06:59:52 PST Path: newsfeed.google.com!newsfeed.stanford.edu!skynet.be!newsfeed00.sul.t-online.de!t-online.de!join.news.pipex.net!pipex!warm.news.pipex.net!pipex!news.kvaerner.com!news@kvaerner.com From: "Tarjei T. Jensen" Newsgroups: comp.lang.ada Subject: Re: Ada and Hardware Date: Thu, 10 May 2001 15:54:45 +0200 Organization: Kvaerner Group IT Message-ID: <9de6j9$e1s1@news.kvaerner.com> References: NNTP-Posting-Host: 155.209.159.211 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.2120.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Xref: newsfeed.google.com comp.lang.ada:7468 Date: 2001-05-10T15:54:45+02:00 List-Id: chris.danx wrote in message ... >Hello folks, > I'm implementing a program which reads files on a floppy disk which are not >stored via the fat12 file system. I know this is the most popular format but i >want a simple contigouous fs for the purposes of booting an OS. There is a lot of utilities for reading and writing DOS disks. Why change something which is so standardized? Booting from such a floppy should be well understood since there are at least two such systems used in conjunction with Linux and the various BSD varieties. Greetings,