meant to say the amount of frames is determined by the maximum frame number which is everything left of the offset. so in a 32 bit computer if 10 were for offset then it means that there are up to 2 22 pages and if each of those pages are 2 10 bytes ...
an off set of 10 bits means the page size is 2 10 Bytes which is 1 KB. the amount of pages is determined by the maximum page number.
Also, each digit in a memory address represents a byte so a 32 bit computer would have 2 32 unique addresses which is...
Thanks
But one more question, the project specifies this structure
struct
int process id;
int page num;
int last accessed;
memory;
Would i be penalised if i do not use that struct or can i do this project in any way I like?
This input is on the project sheet 0 2 1 3 3 2 2 0 2 1 0 2 3 0
at t 7, the RAM should look like this right?
0 2 1 3 3 2 2 0
then at t 13 the RAM would look like this right, since local LRU means that the next page replaces ...