Incorrect Access Byte description on the GDT page

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
User avatar
DeezRamChips
Member
Member
Posts: 132
Joined: Fri Apr 08, 2016 5:03 am
Location: atapio.cpp - why won't you work :(
Contact:

Incorrect Access Byte description on the GDT page

Post by DeezRamChips »

Hi, while troubleshooting my TSS, I realized there is an error in the description of the access byte for the GDT on:
https://wiki.osdev.org/Global_Descriptor_Table

bit 4 is marked as Always 1 even though it should actually be the bit representing if the memory segment is code/data or TSS.

Hope someone can fix it :)

Cheers!
kzinti
Member
Member
Posts: 898
Joined: Mon Feb 02, 2015 7:11 pm

Re: Incorrect Access Byte description on the GDT page

Post by kzinti »

Feel free to fix it.
User avatar
DeezRamChips
Member
Member
Posts: 132
Joined: Fri Apr 08, 2016 5:03 am
Location: atapio.cpp - why won't you work :(
Contact:

Re: Incorrect Access Byte description on the GDT page

Post by DeezRamChips »

Fixed!

I hope my edit isn't too bad, I'm not the best at explaining things :P
kzinti
Member
Member
Posts: 898
Joined: Mon Feb 02, 2015 7:11 pm

Re: Incorrect Access Byte description on the GDT page

Post by kzinti »

Thank you for your contribution!
Post Reply