The Wayback Machine - https://web.archive.org/web/20200917092017/https://github.com/spacerace/write-only-memory
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README

(c) 2013 Nils Stec <[email protected]>

see http://spacerace.github.io//

This driver implements a driver for the signetics 25120 WRITE ONLY MEMORY.

Once the module is loaded, create a /dev-node with:
$ mknod /dev/wom c XXX 0
To get the correct value for XXX see `dmesg`

Applications:
	* don't care buffer stores
	* least significant control memories
	* post mortem memories (weapon systems)
	* artificial memory stores
	* non-intelligent micro controllers
	* first-in never-out (fino) asynchronous buffer
	* overflow register (bit bucket)

Tested on:
	* developed on 2.6.x
	* works on 4.11.x

About

A linux kernel module, that implements a driver for signetics 25120 write only memory (WOM).

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.