X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 22 Oct 2003 16:43:46 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7137-Wed22Oct2003164345+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (philippe DOT meynard AT vendeeconcept DOT com) Subject: Re: direct access on disk on chip References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Meynard" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 22 Oct 2003 08:52:17 +0200 > > where can I find source code (in C or assembly) to direct access/read > on Disk-on-Chip I want to develop a program who save > data in real time. Please explain what do you mean by ``direct access'' in this context. Disk-on-chip pretends to be a hard disk, so I'd expect that BIOS functions to access a disk on the sector level should work. DJGPP has biosdisk and _bios_disk functions in its library which should help you do that. If this is not good enough, please tell what else you need.