Segmentation: Difference between revisions

m
Fix lint errors
[unchecked revision][unchecked revision]
m (→‎Notes Regarding C: Changed tone)
m (Fix lint errors)
 
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]]''