BackupGGCode / writeos

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

第三章3.4节描述RPL特权级时“选择子只能访问 DPL 为 3 或者 4 的段” #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
第三章3.4节描述RPL特权级时有如下表达:
“比如一个段选择子的 RPL 为 3 
,那么使用这个段选择子只能访问 DPL 为 3 或者 4
的段,即使使用这个段选择子的程序当前特权级(CPL)为 0 
。就是说,max (CP L,
RP L) ≤ DP L 才被允许访问该段,即当 CPL 小于 RPL 时,RPL 
起决定性作用,反之
亦然。使用 RPL 
可以避免特权级高的程序代替应用程序访问该应用程序无权��
�问的”

DPL能够为4吗?按照书本中描述DPL只有2位,最多也只可能为3��
�

Original issue reported on code.google.com by yaolei135@gmail.com on 18 Nov 2008 at 1:43

GoogleCodeExporter commented 9 years ago
google报告bug的功能太弱了,都不能强调或加色。

Original comment by yaolei135@gmail.com on 18 Nov 2008 at 1:45

GoogleCodeExporter commented 9 years ago
呵呵,只要我能看懂就好了,没关系。
其实这也是秉承邮件列表的传统,邮件列表中的讨论都是纯��
�本文件的。
只是大概中文用户不太习惯罢了。

Original comment by solrex on 18 Nov 2008 at 1:51

GoogleCodeExporter commented 9 years ago
分别将 3 4 更改为 2 3.

Fixed in SVN revision r60.

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