Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Tony Kuker 2020-07-05 11:49:51 -05:00
commit 246958306a
2 changed files with 34 additions and 0 deletions

View File

@ -4,3 +4,36 @@ http://retropc.net/gimons/rascsi/
Translated copy of original webpage is available as pdf:
https://github.com/akuker/RASCSI/blob/master/RASCSI_webpage_translated.pdf
---------------------------------
Useful links and notes:
* Mirror of Mac OS 8 Documentation
** http://mirror.informatimago.com/next/developer.apple.com/documentation/macos8/mac8.html
* ATAPI list of SCSI commands:
** https://wiki.osdev.org/ATAPI
* Pioneer CD-ROM SCSI command set
** http://www.epicycle.org.uk/pioneercd/SCSI-2%20Command%20Set.pdf
* Seagate SCSI Commands Reference Manual (maybe too new to use as a reference?)
** https://origin-www.seagate.com/files/staticfiles/support/docs/manual/Interface%20manuals/100293068j.pdf
* Inside Macintosh "devices" mirror
** http://mirror.informatimago.com/next/developer.apple.com/documentation/mac/Devices/Devices-2.html
* Mirror of Apple's original SCSI Manager documentation
** (OG SCSI Manager) http://mirror.informatimago.com/next/developer.apple.com/documentation/mac/Devices/Devices-119.html
** (SCSI Manager 4.3) http://mirror.informatimago.com/next/developer.apple.com/documentation/mac/Devices/Devices-151.html
* PDF versions of the SCSI Manager documentation
** (OG SCSI Manager) https://developer.apple.com/library/archive/documentation/mac/pdf/Devices/SCSI_Manager.pdf
** (SCSI Manager 4.3) https://developer.apple.com/library/archive/documentation/mac/pdf/Devices/SCSI_Manager_4.3.pdf
* Apple CD-ROM and Apple CD/DVD Driver Reference
** https://siber-sonic.com/mac/Vintage/CD_DVDdriver.html
* CD-ROM Drivers
** https://www.vintageapple.org/macdrivers/disk.shtml
* Inside Macintosh "Network Setup" mirror
** http://mirror.informatimago.com/next/developer.apple.com/documentation/macos8/pdf/NetworkSetup.pdf
* Inside Macintosh "Communications Toolbox" mirror
** http://mirror.informatimago.com/next/developer.apple.com/documentation/macos8/pdf/CommToolbox.pdf
* Network Services Location manager Developers Kit
** http://mirror.informatimago.com/next/developer.apple.com/documentation/macos8/pdf/NSL_Mgr.pdf

1
_config.yml Normal file
View File

@ -0,0 +1 @@
theme: jekyll-theme-midnight