Segmentation: Difference between revisions

m
[unchecked revision][unchecked revision]
(Added note that segmentation is obsolete, also fixed Gb to GiB (I would have nothing against GB, but Gb is gigaBIT!).)
Line 70:
 
==Protected Mode==
:''Segmentation is considered obsolete memory protection technique in protected mode by both CPU manufacturers and most of programmers. It is no longer supported in long mode. The information here is required to get protected mode working; also 64 bit GDT is needed to enter long mode and segments are still used to jump from long mode to compatibility mode and the other way around. If you want to be serious about OS development, we strongly recommend using flat memory model and [[Paging|paging]] as memory management technique. For more information, consult [[x86-64]].
 
:''Read more about [[Global Descriptor Table]]''
Anonymous user