From: "Joseph D. Wagner" <wagnerjd@prodigy.net>
To: Linux Assembly Programming List <linux-assembly@vger.kernel.org>
Subject: ANNOUNCEMENT: BiosDiskIO Library
Date: Thu, 24 Oct 2002 10:04:05 -0500 [thread overview]
Message-ID: <000201c27b6e$a056fe70$d92f3a41@joe> (raw)
BiosDiskIO is a library of Int 13h PC BIOS Disk Operations. While DMA
(Direct Memory Access) produces faster I/O, the diskette and hard disk
services offered by the BIOS provide a backward compatibility for older
systems. Additionally, BIOS Disk Operations also provide a
quick-and-dirty way to access low-level disk services without the hassle
of a fully-featured DMA system when speed isn't a consideration (such as
early stages of file system development). Hence, the purpose of the
BiosDiskIO Library is two-fold: first, to provide backward compatibility
for older systems, and second, to provide quick-and-dirty access to
low-level disk services, especially for file system developers and
forensic analysts.
Check it out at: http://sourceforge.net/projects/biosdiskiolib
-----------------------------------
Current Release: Version 0.12
THIS RELEASE HAS NOT AT ALL BEEN TESTED. USE AT YOUR OWN RISK! It
should work in theory, but then again, so should Communism.
Be particularly careful of anything that I've explicitly labeled as
dangerous and anything that has to do with the Segment Offset.
Above all, let me know what works and doesn't work. Software and
development testers would be most helpful at this point in the project.
reply other threads:[~2002-10-24 15:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000201c27b6e$a056fe70$d92f3a41@joe' \
--to=wagnerjd@prodigy.net \
--cc=linux-assembly@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox