Hasil (
Bahasa Indonesia) 1:
[Salinan]Disalin!
The memory in an IA32 system is a sophisticated device: segments and page tablesspecify access rights, a given region of memory might be visible in different virtualaddressranges, bogus TLB entries might cause the address translation from virtualto physical addresses in the CPU to differ from what is specified in the page table,and much more. When verifying kernel code we cannot ignore these effects, not evenfor most innocent code, because of the errors that they might cause.As a consequence we have designed the plain-memory abstraction for the verificationof those parts of the kernel that require only the standard C++ memory model.The plain-memory abstraction deals with the following issues.
Sedang diterjemahkan, harap tunggu..