1 / 11

Memory Organization In 80386 - Department of Computer Engineering

This presentation is on Memory Organization In 80386 and is presented by Prof. Sandeep Patil, from the department of computer engineering at Hope Foundationu2019s International Institute of Information Technology, Iu00b2IT. The presentation discusses 80386 Programs, model of memory organisation, flat model and segmented model.

Download Presentation

Memory Organization In 80386 - Department of Computer Engineering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MEMORY ORGANIZATION IN 80386 By SandeepPatil Department of Computer Engineering, I²IT

  2. Outline • Introduction to Memory Organization • Model of memory organisation • Flat Model • Segmented Model • Conclusion International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Phase I MIDC, Hinjawadi, Pune - 411 057 Tel +91 20 22933441 | Website - www.isquareit.edu.in | Email - info@isquareit.edu.in

  3. Introduction to Memory Organization • In 80386 Microprocessor , the physical memory is organized as a sequence bytes. • A unique address range is in between zero to a maximum of 2^32-1 as shown in the following figure . . • This can totally map 2^32 means 4 gigabytes physical address space. International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Phase I MIDC, Hinjawadi, Pune - 411 057 Tel +91 20 22933441 | Website - www.isquareit.edu.in | Email - info@isquareit.edu.in

  4. 80386 Programs • The 80386 programmer require no knowledge of this physical address space. • He/she can develop the 80386 programs without knowing how much physical memory is available, exactly where the 80386 program is located in the over all address space. need can be written without knowledge of how much • So the 80386 programs are independent of physical address space. International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Phase I MIDC, Hinjawadi, Pune - 411 057 Tel +91 20 22933441 | Website - www.isquareit.edu.in | Email - info@isquareit.edu.in

  5. Model of memory organisation International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Phase I MIDC, Hinjawadi, Pune - 411 057 Tel +91 20 22933441 | Website - www.isquareit.edu.in | Email - info@isquareit.edu.in • System Software designers provides the model of memory organisation for the applications programmers. • Depending on the task, different models of memory organisation can be selected. • There are two end types of the model of memory organization. • Flat Model • Segmented Model

  6. Flat Model • Organised as single array of 2^32 bytes ( 4 gigabytes) • Much smaller • An ordinal pointer value is from 0 to 232-1 to cover flat address space • Systems software like linkers, locators, binders, loaders relocation of separately-compiled modules International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Phase I MIDC, Hinjawadi, Pune - 411 057 Tel +91 20 22933441 | Website - www.isquareit.edu.in | Email - info@isquareit.edu.in

  7. Segmented Model International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Phase I MIDC, Hinjawadi, Pune - 411 057 Tel +91 20 22933441 | Website - www.isquareit.edu.in | Email - info@isquareit.edu.in • The logical address space of 246 bytes (64 terabytes) is mapped onto the physical address space (up to 4 gigabytes). • A segment is a unit of contiguous address space. • Segment sizes may range from one byte up to a maximum of 232 bytes (4 gigabytes).

  8. Segmented Model A pointer in this address space has two parts as shown in the following figure. ( Source: INTEL 80386 PROGRAMMER'S REFERENCE MANUAL 1986) International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Phase I MIDC, Hinjawadi, Pune - 411 057 Tel +91 20 22933441 | Website - www.isquareit.edu.in | Email - info@isquareit.edu.in

  9. Segmented Model • A segment selector is a 16-bit field. • It is the identifier of the segment. • 3. An offsetis a 32-bit ordinal number. • 4. It maps to the byte in the selected segment. International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Phase I MIDC, Hinjawadi, Pune - 411 057 Tel +91 20 22933441 | Website - www.isquareit.edu.in | Email - info@isquareit.edu.in

  10. Conclusion • Memory protectionis provided by both the models. • Depending of the task, designer can choose the required model. International Institute of Information Technology, I²IT, P-14 Rajiv Gandhi Infotech Park, Phase I MIDC, Hinjawadi, Pune - 411 057 Tel +91 20 22933441 | Website - www.isquareit.edu.in | Email - info@isquareit.edu.in

  11. THANK YOU For further information please contact Prof. Sandeep Patil Department of Computer Engineering Hope Foundation’s International Institute of Information Technology, I²IT Hinjawadi, Pune – 411 057 Phone - +91 20 22933441 www.isquareit.edu.in | sandeepp@isquareit.edu.in

More Related