Go to file
openKylinBot 1be1c24010 changed debian/source/format to native 2022-05-14 03:39:23 +08:00
debian changed debian/source/format to native 2022-05-14 03:39:23 +08:00
MAKEDEV Import Upstream version 2.3.1 2022-05-14 03:39:22 +08:00
MAKEDEV-2.3.1.lsm Import Upstream version 2.3.1 2022-05-14 03:39:22 +08:00
MAKEDEV.man Import Upstream version 2.3.1 2022-05-14 03:39:22 +08:00
MAKEDEV.spec Import Upstream version 2.3.1 2022-05-14 03:39:22 +08:00
Makefile Import Upstream version 2.3.1 2022-05-14 03:39:22 +08:00
README Import Upstream version 2.3.1 2022-05-14 03:39:22 +08:00

README

$Id: README,v 2.3 1997/09/29 19:03:21 johnsonm Exp $

This release is an interim release by Michael K. Johnson <johnsonm@redhat.com>
If it breaks, don't bother Nick, bother me.

Here is the original comment taken from the MAKEDEV script.  One day,
I'll do this properly.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

This is my attempt at a MAKEDEV script.  IMHO it cleans up many areas.
It can be used to determine the necessary info for a device without
actually creating it using the '-n' flag.

It makes less individual devices and tends to make classes of devices
(eg "MAKEDEV hda" will create "hda" and the 8 partitions; "MAKEDEV ptyp"
will create the ptyp[0-f] master and ttyp[0-f] slave devices).

If you are aware of any glaring omissions or errors, please let me know.
Also, if you are a developer who wants your devices supported by MAKEDEV,
let me know.

Thanks go to many people.  Ian Jackson for the original help and
encouragement, to Matthias Urlichs for plugging "MAKEDEV update", and
to the many others that have bought errors and omissions to my attention.

	Nick Holloway <Nick.Holloway@alfie.demon.co.uk>