Help


from Wikipedia
« »  
In real mode each logical address points directly into physical memory location, every logical address consists of two 16 bit parts: The segment part of the logical address contains the base address of a segment with a granularity of 16 bytes, i. e. a segments may start at physical address 0, 16, 32, ..., 2 < sup > 20 </ sup >- 16.
The offset part of the logical address contains an offset inside the segment, i. e. the physical address can be calculated as ( if the address line A20 is enabled ), respectively ( segment_part × 16 + offset ) mod 2 < sup > 20 </ sup > ( if A20 is off ) Every segment has a size of 2 < sup > 16 </ sup > bytes.

1.795 seconds.