RSTS/E boots now

This commit is contained in:
Jeff Parsons 2016-11-30 12:32:32 -08:00 • committed by Jeff Parsons
commit 3a8322838d
11 changed files with 453 additions and 424 deletions

View file

@ -657,6 +657,9 @@ DiskPDP11.prototype.initSector = function(sector, iCylinder, iHead, iSector, cbS
/**
* info()
*
* TODO: Decide whether deprecate this in favor of accessing the nCylinders, nHeads, nSectors, and cbSector
* properties of the Disk object directly.
*
* @this {DiskPDP11}
* @return {Array} containing: [nCylinders, nHeads, nSectorsPerTrack, nBytesPerSector]
*/