Documentation updates (#6)

* Update Readme.md

* Update Readme.md

* Recognize Rob Justice

* Uniform headers

* Ignorance is bliss
This commit is contained in:
David Schmidt 2021-06-16 23:21:15 -04:00 committed by GitHub
parent a1ab70deb3
commit f8c3d43e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 15 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.project

View File

@ -69,10 +69,10 @@ dev_types ={273: 'Character Device, Write-Only, Formatter',
721: 'Block Device, PROFile',
4337: 'Block Device, CFFA3000'}
# dictionary for known manufacturers. currently only David Schmidt
# and Apple Computer are known. Apple Computer is a defined as a range
# from 1-31.
mfgs = {17491: 'David Schmidt'}
# Dictionary for known manufacturers.
# Apple Computer is a defined as a range from 1-31.
mfgs = {17491: 'David Schmidt',
21066: 'Rob Justice'}
# open SOS.DRIVER file to interrogate, then read first

View File

@ -54,7 +54,7 @@ You can make contributions to the script by either registering at Github and sen
My continued appreciation goes to 16KRam and to the crew of the Drop III Inches Podcast.
## Links:
AppleCommander: (http://applecommander.sourceforge.net/)
AppleCommander: (https://applecommander.github.io/)
Java: (https://www.java.com/en/download/)