Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > e4013d41c78b58c353db9333d5a55fae > files > 4

bioswriter-0.2-1mdk.i586.rpm

#
# BIOS Writer, Copyright (C) 1999, Erik Arjan Hendriks <erik@hendriks.cx>
#
# BIOS Writer is a utility that lets you copy, and then later restore, bios
# settings.
#
# You can download it from: http://download.sourceforge.net/bioswriter/
#

Date unknown:

	Created by Erik Arjan Hendriks <erik@hendriks.cx>.


2000.02.12:

	You must compile with optimizations (-O2), and
	comment the DEFS out in the Makefile, if you are
	using libc5.  Make sure it is uncommented if you
	are using libc6 (glibc).
	
	glibc uses sys/io.h for ioperms() where libc5
	uses unistd.h.  anyway, i hope this helps.
	
	Nathan Benson (phuzz@phactor.org)


2000.02.14:

	Changed the names of the executables to read-bios and write-bios.
	Named the package "BIOS Writer"
        Brian Finley <brian@thefinleys.com>

2000.02.29:

        Add a new program, bioswriter, that takes arguments. The
        new program allows the user to read and/or write the BIOS
        and use STDIN or STDOUT (as appropriate) or a filename.
        gregory j pryzby <gjp@pryzby.org>