=======
makedev
=======

What is it for?
===============

	It is the Linux Device List MAKEDEV script which create devices.
	This is a Filesystem Hierarchy Standard recommendation.

What are the known problems?
============================

	In the device-list, there are some problems:
	56 char: /dev/adb already exists.
	92 block: not enough space for the 15 ppdd devices.
	95 char: unable to guess the devices name.
	98 block: unable to guess the devices name (udb or ubd?).
	112 char: /dev/ttyM0 already exists.
	113 char: /dev/cum0 already exists.
	144 block: don't understand what is an expansion area.
	145 block: don't understand what is an expansion area.
	146 block: don't understand what is an expansion area.
	149 char: bad device name (/dev/cut0 should be /dev/cut1).
	204 char: /dev/ttySC0 already exists.
	204 char: not enough space for the 6 ttyCPM devices.
	205 char: not enough space for the 6 ttyCPM devices.
	212 char: bad minor number for /dev/dvb/adapter3/video0 (should be 192, but is 196).
	212 char: "..." should be added at the end.
	232 char: "..." should be removed.
	256 char: it should be written "Partitions are handled in the same way as for [...] the limit on partitions is 15.".
	257 char: it should be written "Partitions are handled in the same way as for [...] the limit on partitions is 7.".

What are the prerequisites?
===========================

	You need:
		-bash 4.1 http://www.gnu.org/software/bash/
		-GNU make 3.81 http://www.gnu.org/software/make/
		-coreutils 8.5 http://www.gnu.org/software/coreutils/
		
How to get it?
==============

	You can download it on:
		http://yugiohjcj.1s.fr/

How to install it?
==================

	You must read the INSTALL file.

How to contact you?
===================

	You must read the AUTHORS file.
