What is the meaning of reserved bits?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
ehenkes
Member
Member
Posts: 124
Joined: Mon Mar 23, 2009 3:15 am
Location: Germany
Contact:

What is the meaning of reserved bits?

Post by ehenkes »

If a bit is "reserved" by Intel, does that mean you have to set it to zero in your OS, or does it mean you are not allowed to touch it.
Fanael
Member
Member
Posts: 38
Joined: Fri Oct 16, 2009 9:20 am

Re: What is the meaning of reserved bits?

Post by Fanael »

When you are reading a value, changing it and writing it back, then "reserved" means "don't touch". Otherwise it means "put zeros here".
Post Reply