https://github.com/dimkr/nopdev
A device manager that does less
https://github.com/dimkr/nopdev
Last synced: over 1 year ago
JSON representation
A device manager that does less
- Host: GitHub
- URL: https://github.com/dimkr/nopdev
- Owner: dimkr
- License: mit
- Created: 2015-01-22T22:36:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-24T10:57:53.000Z (over 11 years ago)
- Last Synced: 2025-01-23T14:29:24.438Z (over 1 year ago)
- Language: C
- Size: 121 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
_
_ __ ___ _ __ __| | _____ __
| '_ \ / _ \| '_ \ / _` |/ _ \ \ / /
| | | | (_) | |_) | (_| | __/\ V /
|_| |_|\___/| .__/ \__,_|\___| \_/
|_|
Overview
========
nopdev is an extremely minimalistic Linux (https://www.kernel.org/) device
manager in the spirit of smdev (http://git.2f30.org/smdev/), but even simpler.
nopdev does nothing except module loading (via modprobe) and changing the
ownership and permissions of device nodes.
nopdev requires a devtmpfs file system mounted at /dev. It does not create
device nodes and backwards-compatibility symlinks or rename network interfaces.
Building
========
Copy config.def.h to config.h, modify it to your liking, then run:
make
Usage
=====
To start nopdev, use the helper script:
start-nopdev
Credits and Legal Information
=============================
nopdev itself is free and unencumbered software released under the terms of the
MIT license; see COPYING for the license text. For a list of its authors and
contributors, see AUTHORS.
The ASCII art logo at the top was made using FIGlet (http://www.figlet.org/).