Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8314795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:56:34+00:00 2026-06-08T20:56:34+00:00

I read in a tutorial that although intel segmentation is not used in linux,there

  • 0

I read in a tutorial that although intel segmentation is not used in linux,there is the protection or mode information in code segment selector and data segment selector.And in virtual memory tutorial i read about protection of pages using page table depending on the modes they are running in.

I wanted to know how these two mechanisms are related?

At what stage protection information on pages is added into page table?Does CPU checks Code segment selector and depending on it page table flag is set?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T20:56:35+00:00Added an answer on June 8, 2026 at 8:56 pm

    Although segmentation is (almost) not used by Linux, because you can’t turn it off on x86, segmentation is merely bypassed through a protected flat memory model.

    Actually segmentation is mandatory, and you do have to setup the code and data segment selectors when crafting a kernel, just because those segment selectors setup the current privilege level of execution (the CPL): basically ring 0 (supervisor mode) or ring 3 (userland). The selectors (registers CS, DS, …) host an offset into the GDT. Depending on the descriptor pointed by this offset, the system is running with a given level of privilege, see Intel manual 3A, chapter 3.2.2 for more information about using segments.

    As you can see, with the protected flat memory model, there is no direct checks on attributes on access to the memory (neither for code or data). And you guessed it right! The MMU (I would rather say paging) undertakes to check the access depending on the CPL of the system and the page’s U/S attibute.

    It is up to the kernel (therefore executing in ring 0) to setup the page directory, with relevant pages’ attributes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any book or links that I can read some tutorial about the
To review regular expresions I read this tutorial . Anyways that tutorial mentions that
I read the tutorial, https://developers.google.com/apps-script/articles/building-sites-app-part2 that uses spreadsheet service in Google sites. The code
I read some tutorial in Google App Engine, in those tutorial there is same
I read the tutorial which advises me to run at util-linux package ./configure I
I'm new to silverlight and trying to read a silverlight tutorial that uses HitTest
If there is an easy to follow instruction or tutorial that I can use
Every tutorial that I've read so far says that package name should be in
I read in some good C++ tutorial that independent references do exist, and act
hi i am learning about Java interfaces. I read in Java tutorial that an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.