Talk:Setting Up Long Mode: Difference between revisions

From OSDev.wiki
Latest comment: 12 years ago by Stephanvanschaik in topic Seperate Page
Jump to navigation Jump to search
Content deleted Content added
m moved User talk:Stephanvanschaik/Setting Up Long Mode to Talk:Setting Up Long Mode: Nobody seems to object to this being moved to the main namespace, and it is a quality article.
 
Line 6: Line 6:
I wouldn't mind that happening, at least, if nobody disagrees with that happening.
I wouldn't mind that happening, at least, if nobody disagrees with that happening.
--[[User:Stephanvanschaik|Stephanvanschaik]] 16:03, 29 October 2011 (UTC)
--[[User:Stephanvanschaik|Stephanvanschaik]] 16:03, 29 October 2011 (UTC)

== segment descriptor ==

Does read bit in long-mode code segment do something?

10011010b ; Access (exec/read)

Maybe cleaner variant is:

10011000b

I think same thing work with write bit in data segment

Latest revision as of 19:15, 10 August 2016

Seperate Page

Should we move this to its own page, instead of being part of your user page? Jack 19:26, 22 October 2011 (UTC)Reply

I wouldn't mind that happening, at least, if nobody disagrees with that happening. --Stephanvanschaik 16:03, 29 October 2011 (UTC)Reply

segment descriptor

Does read bit in long-mode code segment do something?

10011010b ; Access (exec/read)

Maybe cleaner variant is:

10011000b

I think same thing work with write bit in data segment