RSTS/E boots now
This commit is contained in:
parent
aaf46034ca
commit
3a8322838d
11 changed files with 453 additions and 424 deletions
|
|
@ -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]
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue