以下为句子列表:
英文: For a file system driver the code paths cannot be paged - otherwise, the page fault might be to fetch the very piece of code needed to satisfy the page fault!
中文: 对于一个文件系统驱动程序,代码路径不能被分页,否则,页面错误应当到达恰当的代码段,用来处理这个页面错误!
更详细...
英文: For any file system, data may be paged, since such a page fault can always be resolved eventually by retrieving the correct contents off disk.
中文: 对于任何文件系统,数据应当被分页,因为这样一个页面错误总是能够通过从硬盘上恢复而最终被正确的解决。
更详细...
英文: They must not call any routines that could generate a page fault (e.g., code modules that can be paged).
中文: 它们一定不要调用任何可能引起页面错误的例程(例如可能被分页的代码模块)。
更详细...
|