Skip to content

Commit 5aefb7d

Browse files
committed
Initial descriptive files for Open SIMH
1 parent ce19761 commit 5aefb7d

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

LICENSE.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Permission is hereby granted, free of charge, to any person obtaining a
2+
copy of this software and associated documentation files (the "Software"),
3+
to deal in the Software without restriction, including without limitation
4+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
5+
and/or sell copies of the Software, and to permit persons to whom the
6+
Software is furnished to do so, subject to the following conditions:
7+
8+
The above copyright notice and this permission notice shall be included in
9+
all copies or substantial portions of the Software.
10+
11+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
14+
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
15+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
16+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17+
18+
Except as contained in this notice, the names of The Authors shall not be
19+
used in advertising or otherwise to promote the sale, use or other dealings
20+
in this Software without prior written authorization from the Authors.

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Open SIMH machine simulator
2+
3+
This is the codebase of SIMH, a framework and collection of computer system simulators.
4+
5+
SIMH was created by Bob Supnik, originally at Digital Equipment Corporation, and extended by contributions of many other people. It is now an open source project, licensed under an MIT open source license (see [LICENSE.txt](LICENSE.txt) for the specific wording). The project gatekeepers are the members of the [SIMH Steering Group](SIMH-SG.md). We welcome and encourage contributions from all. Contributions will be covered by the project license.
6+
7+
The Open SIMH code base was taken from a code base maintained by Mark Pizzolato as of 12 May 2022. From that point onward there is no connection between that source and the Open SIMH code base. A detailed listing of features as of that point may be found in [SIMH-V4-status](SIMH-V4-status.md).

SIMH-SG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# The SIMH Steering Group
2+
3+
Current members of the SIMH Steering Group are:
4+
- Bob Supnik
5+
- Richard Cornwell
6+
- Seth Morabito
7+
- Timothe Litt
8+
- Clem Cole
9+
- Paul Koning

0 commit comments

Comments
 (0)