BackupGGCode / writeos

Write Your Own OS with Free and Open Source Software (Chinese)
1 stars 1 forks source link

第二章2.3.2节表2.3中AH=2的行调用参数列中关于“(CL)6,7 (CH)0∼7 = 磁盘号”有误 #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
第二章2.3.2节表2.3中AH=2的行调用参数列中有内容:
(CL)6,7 (CH)0∼7 = 磁盘号

应该将“磁盘号”改成“磁道(柱面)号”,也就是:
(CL)6,7 (CH)0∼7 = 磁道(柱面)号

Original issue reported on code.google.com by yaolei135@gmail.com on 14 Nov 2008 at 3:04

GoogleCodeExporter commented 9 years ago
更改为:
柱面号

Fixed in SVN revision r60.

Original comment by solrex on 23 Nov 2008 at 3:09