Unit V Initialization of 80386Dx, Debugging and Virtual 8086 Mode
Unit V Initialization of 80386Dx, Debugging and Virtual 8086 Mode
INITIALIZATION OF 80386DX,
DEBUGGING AND VIRTUAL 8086 MODE
Prepared by
Shikha Agrawal
Translation look Aside
Buffer(TLB Cache)
Whenever TLB is used the linear address is checked
if it is present in TLB and if it is not present then
the processor access as the page directory and page
table entries stored in the RAM earlier procedure is
used to translate an address to physical address.
The hit rate is about 98%.ie processor will only
have to access 2 level(PDE and PTE) on 2% of all
memory access.
It is mandatory to flush the complete cache if page
table entries are changed.The OS takes care of
loading the new translation into TLB.
Translation look Aside Buffer(TLB Cache)
Paging:- translation from linear to physical address.
Page Directory and page table are used for this translation.
Access to them would be difficult in conditions where every time
an address require translation.
To avoid this, TLB is used.
will
automatically monitor.