In a paging system a virtual address consists of 24 bits, in which 16 bits are displacement and 8 bits for page number.
Calculate :
- Page size
- Maximum number of pages
- Maximum virtual address space
In a paging system a virtual address consists of 24 bits, in which 16 bits are displacement and 8 bits for page number.
Calculate :
(1) 16 bits are reserved for displacement, so the page size is 2^16 = 64 KB
(2) 8 bits are reserved for page number, so each segment can contain 2^8= 256 pages
(3) maximum virtual address space=256*64KB=16384KB=16MB