Recall that paging is implemented by breaking up
an address into a page and offset number. It is most efficient to break the
address into X page bits and Y offset bits, rather than perform arithmetic on
the address to calculate the page number and offset. Because each bit position
represents a power of 2, splitting an address between bits results in a page
size that is a power of 2.
Subscribe to:
Post Comments (Atom)
Java - Operations
3.1 Arithmetic Operators Java supports the following arithmetic operators: Operator Description Usage Exampl...
-
A page fault occurs when an access to a page that has not been brought into main memory takes place. The operating system verifies the mem...
-
Dynamic Loading : o Routine is not loaded until it is called o Better memory-space utilization; unused routine is never loaded....
-
The purpose of the lexical analyzer is to partition the input text, delivering a sequence of comments and basic symbols. Comments are c...
No comments:
Post a Comment