You are on page 1of 1

#TLB

/*
Requires methods for getting words from a page index and offset
Internally, has a small cache-like data structure for holding pointers to pages
*/
#Page table
/*
Requires methods for getting words from a page index and offset
*/
#Disk
/*
Requires methods for reading from a file
*/

You might also like