Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyrocat101/kcalc
Arithmetic expression evaluator as pseudo device.
https://github.com/pyrocat101/kcalc
Last synced: about 1 month ago
JSON representation
Arithmetic expression evaluator as pseudo device.
- Host: GitHub
- URL: https://github.com/pyrocat101/kcalc
- Owner: pyrocat101
- Created: 2012-03-24T16:14:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-17T00:59:09.000Z (about 11 years ago)
- Last Synced: 2024-10-14T18:59:13.655Z (3 months ago)
- Language: C
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KCalc: simple kernel calculator module
## Usage
echo "1 + 1" > /dev/kcalc
cat /dev/kcalc`write` the pseudo /dev/kcalc device with the expression, then you can get result simply with counterpart system call `read`.
## TODO
* Read/Write lock
* Permission FIX
* Blocked read
* Larger tests