1 / 2

Protected Mode Architecture

This slide provides an overview of the default segments used in the Protected Mode Architecture of Pentium processors. It highlights the significance of the CS (Code Section) register for instruction fetching and details stack operations involving the SP (Stack Pointer) in 16-bit mode and the ESP (Extended Stack Pointer) in 32-bit mode. Additionally, it explains how data accessing relies on the DS (Data Section) register, with the offset varying according to the addressing mode. This foundational knowledge is crucial for understanding memory management in protected mode.

Télécharger la présentation

Protected Mode Architecture

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. Protected Mode Architecture

  2. Default Segments • Pentium uses default segments depending on the purpose of the memory reference • Instruction fetch • CS register (Code Section) • Stack operations • 16-bit mode: SP (Stack Pointer) • 32-bit mode: ESP (Extended Stack Pointer) • Accessing data • DS register (Data Section) • Offset depends on the addressing mode Last slide

More Related