What is the meaning of reserved bits?
What is the meaning of reserved bits?
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.
http://www.henkessoft.de/OS_Dev/OS_Dev3.htm (OSDEV)
http://www.c-plusplus.de/forum/viewforu ... is-62.html
irc.euirc.net #PrettyOS
http://www.c-plusplus.de/forum/viewforu ... is-62.html
irc.euirc.net #PrettyOS
Re: What is the meaning of reserved bits?
When you are reading a value, changing it and writing it back, then "reserved" means "don't touch". Otherwise it means "put zeros here".