Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

SimH 3.9.0

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install SimH, run the following command from the command line or from PowerShell:

>

To upgrade SimH, run the following command from the command line or from PowerShell:

>

To uninstall SimH, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade simh -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade simh -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install simh
  win_chocolatey:
    name: simh
    version: '3.9.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'simh' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.9.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller simh
{
    Name     = "simh"
    Version  = "3.9.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'simh':
  ensure   => '3.9.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator flcdrg on 19 Jan 2020.

Description

SimH (History Simulator) is a collection of simulators for historically significant or just plain interesting computer hardware and software from the past. SimH implements simulators for:

  • Data General Nova, Eclipse
  • Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, PDP-10, PDP-11, PDP-15 (and UC15), VAX11/780, VAX3900
  • GRI Corporation GRI-909, GRI-99
  • IBM 1401, 1620, 7090/7094, System 3
  • Interdata (Perkin-Elmer) 16b and 32b systems
  • Hewlett-Packard 2114, 2115, 2116, 2100, 21MX, 1000, 3000
  • Honeywell H316/H516
  • MITS Altair 8800, 8080 only
  • Royal-Mcbee LGP-30, LGP-21
  • Scientific Data Systems SDS 940
  • Xerox Data Systems Sigma 32b systems

See the SimH home page and the Wikipedia pages for more information. Source and ongoing development at Github.

Icon made by monkik from www.flaticon.com.

Issues

For any issues with this package, open a defect at https://github.com/pgalbraith/chocolatey-packages.


simh-3.9.0\altair.exe
md5: 80957F19BAACDDA678A5F84E09193FD4 | sha1: 4C7428BB07162078927355FE31F96D27DE2B415A | sha256: 20BCE51F3C3E021C58CB60952E0315F27055E6E207DBB8A50BAB6F3CD560BA14 | sha512: 99930BB5E2F2362C5AA791BC1BEDE048E457ABC210423F0794028A568148D6E5F768C30D7BFB5C99EDB215A7261B1731E3ADC2D59BD83F7D1A139F689327DC6F
simh-3.9.0\altairz80.exe
md5: 9495DBA2344633EFE029C3320A9EFBB1 | sha1: F83C31F79B28204EBA0DB798A3F22F938840BDDB | sha256: EC82099F26DB72523B42338953B160A92ECFFA08825928C289CFD2CA3B283308 | sha512: D5E7E06F6E2E83ED0AF9D669BFD253F492525EB20CF0BD71DFF0A3C1524A0041F04C3B68CF8CD67868A02F8B60DED152DC019D0B7569A844E7B503A95D600CBF
simh-3.9.0\swtp6800mp-a2.exe
md5: 44EE3DB341DF8B20B1041B82660F5122 | sha1: 9D0C20CF3FFDD15500E6499E9FA40C7D9B300D3E | sha256: 5BF3FE297F949F31BB65988596A79368164C4907621778ABA32933C400499E70 | sha512: 2EAE0D2ABC5B8C5562E6635B5FF06A6606C6CA75574A9CFC7DE2E2B1AE243F91F0F14EE57981C686119ABD8A8C67C53A5094F96F021861F4D58B1EFA216852BE
simh-3.9.0\vax.exe
md5: 58A4576FC967E9A008389C6E68C08111 | sha1: ABDCCED13D534C72103D3F229AF9C07C625ECF78 | sha256: A7522CA268BEED3FD9E94C3CE519F881764AC696D0320B9E4611DCE5C918B2F0 | sha512: E17AED1051DDDBAB7710FB98BF512E4E52B2C25FD16AEB070E8B446873D045B2056599CDD12FA14A13994819F47BFDA2051AAE89D19FA877384FD3BF134AD38A
simh-3.9.0\vax780.exe
md5: 8A2B26033048D7CAC0DE9D17BA220C89 | sha1: D43A52254D4E8AED81B682A99FED89508D7BA35A | sha256: DFD0A65BB3302ABB27EDC41527F91E84F2648285B30939CC73A0CA89955DE088 | sha512: 77442EA2A157339702005C1182C5954648C9617EA3CFED60D49BE93AF3D62F8E91DF6FCC78D6C3AE69E6A6832F34734725711E02FD97D21FAD6110DC3B3CEEF9
simh-3.9.0\vmb.exe
md5: 22474DC960B1E1086D90DCF885EB129E | sha1: 15B8F91C6054D21F36F7029613DD3EC2FE08BEC5 | sha256: 2893A9AFF1859BC19ABA3C60E9A3CF1477B746C6AFDD8FB1F1E39A38A82D5E1B | sha512: C4FCE98C99AF0FE6E5F1FE509A82EDDCA61C692CA71BD09E3F8C0CB3A14DCA67BAF162DA2DCB357A1DD6F6FA968A710BB6F14B1896138697FCF235407835CE7F
tools\LICENSE.txt

From: https://web.archive.org/web/20130702191749/http://simh.trailing-edge.com/pdf/simh_doc.pdf

LICENSE

Original code published in 1993-2012, written by Robert M Supnik Copyright (c) 1993-2012, Robert M Supnik

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE  SOFTWARE.

Except as contained in this notice, the name of Robert M Supnik shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Robert M Supnik.
tools\VERIFICATION.txt

VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Binaries can be directly compared (checksum or direct binary comparison)
against the originals distributed by the author at:

https://web.archive.org/web/20130702191627/http://simh.trailing-edge.com/sources/simhv39-0-exe.zip
simh-3.9.0\swtp6800mp-a.exe
md5: B7D684B74329544EF9CDDCC7836F6502 | sha1: D026ADA1F5CFB0E4F9241F2A437AAAD23011E03D | sha256: 2F3B71CFBFEECD493840F299DEF2641EEDD93BB99E1D616BCFC1175140F77CAB | sha512: C21D01FF5EF42B2C0C5A970D6143016864BF4284ABAE1E622F1FECBBE2E030851DB0D58BDA505C5100F89F6ABB8BFF2918B92CF3FB23752E8B23D70A2F05CB21
simh-3.9.0\sds.exe
md5: 8A339643181CB79C01EEA016A93E6A1A | sha1: 055253398011F92CE721774820150564D30EF877 | sha256: 7207D83B59E3F8AAEF3770E16C421C2E9DFF7F3EFEE4BA1BF1CC23A4D2E8E9F5 | sha512: CA6AA60D722CB98A5B7B86274574821D80562943B3CC190E322D4581F49BCC3985D3E732E14B3AC3712F301E3E30A60554B8C58D247D0AF066310227E36EFB24
simh-3.9.0\s3.exe
md5: 683CFD856393C869B872044BDA8DDCCD | sha1: 0B0C0CEDC9CF1644833D1A0772AD44F3BE3D69CA | sha256: 14EF7472F49D3E1DB73CBA8439BEE82A2B850D0A6BE40E00B326634C0D7584FA | sha512: 2AE5B57D2A5587EF0B053039A2D97AB3407699D2D54469FA8DF61D01B8DCD50EBBA587A1385BEE584AA5CEE2E5350CB467AE4F9BDBEA19E13096A86FA8C396BD
simh-3.9.0\pdp9.exe
md5: BA0A38B4734ADAF83BFC46DF0EAEA75B | sha1: 8F69F15FA5646ABA5EA995EFFB5C7FA8BA96A655 | sha256: 09B99B3106ABBD9DA0154B13D469894549CFDE7DFC00DC85010422761EA3A9EF | sha512: 6CC965B84D1E0EF3D61663C350B2C564489C120162ED8725585568C3FF59A05EA9B4B80C3124551613A914F92AB12490A60EDC17EA53363541EE156F3D659B82
simh-3.9.0\pdp8.exe
md5: 916E57E6E88F0579CD5A9D5356735426 | sha1: DE81D327D4E78F7B9368C3E00DBB30B856D7A056 | sha256: 3EA403387391F0585F49AF58F36B6A0DC98E2095E224572C7D6BB651549D41E3 | sha512: 2AA993997874EB492D4DCCD45A73CD565CEACEA105A4990CB3C4740A7C3DC7C0B2D020E93C4B5FED126A1E49E087C06801710537FA4E8FE1CF013CAE5E53A311
simh-3.9.0\pdp7.exe
md5: CB66B9ED5F6AAE9A75D4D2DAC5BED206 | sha1: 0FC89EAB6C2B6D42F0D1ED769858ECC88FE57D26 | sha256: AEE1A996EEFA7C9F5E9DFC04AF48232F6FF8623331C9FFCDD5F23C16A147DA0C | sha512: 68ABEC798364D4680DF6EEBCF835D3423822F0BAB21633DD7BEB93DE74C7F7F8D63F43AB0667A4540159B468C41D9B3508928A9DC5A960F97802042956C9D476
simh-3.9.0\pdp4.exe
md5: 8BCDB444437DECE89308F1448D23FC34 | sha1: FD3DDB16F0DBABBA9209C4F51CB91C460D261062 | sha256: 8DCE2F65CE36C2F0B0926CF32422A63C0EFA5F200E473EA3F815D4849EED3B57 | sha512: 70EFF640005F6309F8807E2AFEECABB4D6B21D7363087B2661B18E0F4D228E10D681CBCB4B663F3E680F46800212B2BC05006603AECEAB291475EB81EE6AF1CF
simh-3.9.0\pdp15.exe
md5: CEBDCB7285447240FBC8D77B690AAF76 | sha1: 16A93BADBD25E8F0A035241DA9E64B644C786986 | sha256: B3EE6A73527AAA09945D728E2EB0978670392C5011F081F44E10416433C764F4 | sha512: F6C536F5F823536CDB39F6B091CB8B365C6BBF2016981B1D3B09F2D136A4BC83B06737E7EA66B113F3AA076CD1953CD4B812A46FBE698E3CFACE279ED987EC32
simh-3.9.0\pdp11.exe
md5: 3FEA46FADA4B5642CCD3A560DD3A4956 | sha1: 694C843D8EF1EABB58F08FD94ECAA3A246AE7939 | sha256: 140C6F6B324FDEB601262D0BF09546FEBB376FFB04AFE64B28D90E5FBE5ADA73 | sha512: 87F96AC53D48C6632F80A04266C8C2284BE16FE8CF265D290E5E02915C3649074AF0F1CC016C0DED337DD3FAEE74E9A7977BB9FAFE2092DD8DB6F363E3EE4A74
simh-3.9.0\pdp10.exe
md5: 308F883BB97968C1EFDC52E2FEF27CE6 | sha1: 9908EADB9F6FD240CEC4DD4EB7C3A86784355CED | sha256: AFC01487905C35A5AA5609556182584382AB19C776708D8442BA38002AF58B2A | sha512: 5EA1392F92D4A620DFD65E447584E356A2B59771C4EB511AFF1837F0FBA440DC23DF07FB0886B59C32B372A02898B3D256EFA48A15B6CAC084B645463BD327AE
simh-3.9.0\pdp1.exe
md5: DC8F6F877A737F02A1DA0113A525445F | sha1: 706133514FBD1588E68E833F206B7C409581FC98 | sha256: CF4860D598FD418569CC90A797C2C91978DA25128EB908EEA1E8E88D89199157 | sha512: 70119CAA6256B8E931DB7C190EBBC591474DFCE24C66BB46DBD0FC755E6810EEBE0F23CB9CA554AF1EE02C5B8138A423E1FEA9B7BB724DC88071BE31FD4E6423
simh-3.9.0\nova.exe
md5: 0F6199003CB4DD6EB7E179C3E723B162 | sha1: 18C7D742EF80314555ABD4B6FB2F4B20EB99C6D5 | sha256: 01B3835739DD61436C3485D82CA5622A4ECBC85676915F07330BD0C20D684CB1 | sha512: 5404DD78FD384A6B5B6306A64BDDF1B0599DFE7BF185987B2283BCA12815B94D5DBC648D50D8B696BC7B9F4464DD2884E23F62A50EC2949BA960AEA3ADF02925
simh-3.9.0\lgp.exe
md5: 7F9CB802A40B3F3AD4C34F563EFABADA | sha1: 32ABCAF13403FF90DE4869DB633857C95987C01F | sha256: 714F3614763A870B5BD4C0FF90FE611C20E4FAB2A7E346B991A79492F7857274 | sha512: 31DD96CAC5A76F6478EAA2DCCBB0F7911BDA8132E6246AE301AD2241CFE897E777A09214B653B1AEF03429B7B15D65FD03E10EE909B47D9012DE2857858448A3
simh-3.9.0\ka655x.bin
md5: 083FFDC5B57A9C230A2C6CCA856607F8 | sha1: 33D502E4196FD024961159876D6CA12B8940301B | sha256: E5C84B04459F9EE2C08A6A9AB8B3EAE7A7DEC78F3A20A86B1862404B4D91F843 | sha512: A4CA8C0F8B8F94A69D04C4CFFC35AE833EB4E184208FC3F702C2DAB5A25EAE304A5037207704F8958BD381FC512A14C7F7E20C8CEAD969A747EAEC34676732C4
simh-3.9.0\id32.exe
md5: 914634D08B61C19C289CD485116BF58B | sha1: 5837FFD831795F7821A4FEF71E268935CFED52AC | sha256: 41E850D24691749A646FFECFAFB786D089CE655313F08B002E86CA11A148F50E | sha512: 97C5DC7B0A7CB235864519BC2E17CA577C82D7697F96FBEFB9ED76D1071DEC5636DE63929263F176A567B2CFA1679796B6A9FB2B1356A255B065C07546ECB9F0
simh-3.9.0\id16.exe
md5: 2272310A2AF261EE6EE4EB7CFAD1B4E6 | sha1: 7BE1F21C77E186BD9D190B73C60465C6DF18C555 | sha256: 152CE25CE2B38279942E256A5A06F370EC1DB8545B93574C2A621E673C9DAB3D | sha512: E495B01CCF383FC49EB48B3EDC0B71017BD17390C5158C517A757C8E94AD0EB64A2DD0160EC742F279F788F84822FBC516EA793F2D6A50B60B28DE41076D1EFE
simh-3.9.0\ibm1130.exe
md5: B36774E300042003C057B246269A884F | sha1: A56CCD50F73D1BBCAE3E401742C34853EE713608 | sha256: 4634552614FED209A20092DDA4359D302B6C794FFBD2AC67F2C491D9CA9EC26B | sha512: 80FF9384E53205F547EFD456C2CA6E74072888EACC447EFB88F12117A6DAEE79FFDC7A3CECDE7C3AB7153E6D3F48B951E67A318476E74F42B115C52ECBB12FFB
simh-3.9.0\i7094.exe
md5: BEF099BEA6A415CEEEBAED8E1E130008 | sha1: CDF18189C916707C7526D4135026096D97FC92C3 | sha256: 35775E67436D7A3D6D72E2159AD60F808DAD84A44755505430F4C1DFD0988E0E | sha512: 13468C3A29C54BABB62CA285C28B9ED64ED7F8BE74F69AC74BBF1350B869D786226A9697E946FA153F89F04D2922988FA43E0FFBB413E11598F8990E74565EA7
simh-3.9.0\i1620.exe
md5: F4D16559BB2E9E31E0D925C0CFC5E3B4 | sha1: 4E2F04094F827E58EC4713F88FFE1D0B1D3B13E4 | sha256: E052BEC168D089F3FB35259CCE372812E482C244C09476308E5642A1915F19EF | sha512: 09A50060DB1E317F99108530D48330E625A169E486EE0B9F4109433EB6B8EEE4CB98B4CAE2F030BAFD00CBBB897AE8986D1B378E2F439AB163BF3D4DB3B57472
simh-3.9.0\i1401.exe
md5: ABE7CC588F4271E8BAB779C73A1C777E | sha1: 0648859D4D590AD4D74877B0B00C9172CF9A6AE9 | sha256: BF22D1C4AC572B491C1F26A97F27BE2324E7A805481D2C38248D4F18ED21E247 | sha512: 2D53D8BC2031D935C785CA71291CC8A72E34440D2E97C752293E9E2CBCC24B7532CAE7F5638B0E5FDB604E382E4532FC4CD8A4A71064E375B45B6BF5934B1BDB
simh-3.9.0\hp2100.exe
md5: 08BDEA80DAB10E8780683A8A45247CF2 | sha1: 194E1439703F3C6AD0A4AADBC4F31F0D9AA8EA21 | sha256: AF637D118FD95D5CDF629613390F061C62912C8ECD35A9634E662933D183BA69 | sha512: 5AFB1827AD56E3B79CB221AD7F976CC1E14AD1F320E078CB47E12BFCFB48914FB60FC0E7A37C2038DD4C668A3DE1B92861587B198C5668473D9B43A08B673F0A
simh-3.9.0\h316.exe
md5: BCC987CA1E3B875A1FE4001F0B10E48F | sha1: 28C474B6BF2C5DD44871A00F5F76B3523996177E | sha256: 8AEB8D5036EEB23377FA074BDD2A5DA795E82E1E4D56F371E188C44746D34E63 | sha512: 2BDEFE9D6AAE1642A2481B7F1522A01A6C8E34A6CD740D51F7BE1BE8453FFCD690440C4FF911B2033B75CE0D1502CF88C02C28E1DF0950078ABDC4B197B4E1A6
simh-3.9.0\gri.exe
md5: 336D2161B246D0BE20BE7B3CE8DC2678 | sha1: B46E5DE82AB6F780846BC46CFE3F71CB5109713A | sha256: 55BDDA776D3F7E73AC1767D0BA72365D8EB79F1999CC8EF987ECB48859EFA05B | sha512: 38FA1B6AE148A557F95D118CCF8031DA73BB04F754AB9C6C41BC9C50F704F45333248E0145D04E7477F9E64942E23524C9946FF497ADCE24F4B01520D3329422
simh-3.9.0\eclipse.exe
md5: 18D03F8F386E1797F0F0FF726EE9597A | sha1: BFF4AEA32E82F04F2BBE14C5D41149D5A2BA511B | sha256: 0FADBD4957388BC31CFBDF99DE7993F9F90960D214492CDEC1A2EE5C2611219A | sha512: 1AFECD3440BCA393F8A6772E36B27B947B335F56A151D32BD119FE2B284895DD00037B1E56795881BAD6940410E4341895B0F5C3BCDA8253F9AA62F24161AF18

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status

This package has no dependencies.

Discussion for the SimH Package

Ground Rules:

  • This discussion is only about SimH and the SimH package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or SimH, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus