Innocent Devil Posted November 18, 2006 Posted November 18, 2006 that's similar to shift from 16 to 32 bitswhen the cpu is reset it start exec from 0xFFFF (it bit real mode)then if a 32 bit OS loads it swiches the cpu to 32 bit protected mode (after getting cotrol transfrred by BIOS)for 64 bit similarlt it initiates 64 bit protected mode.for 64 bit processor it has all the register for 16,32 and 64 bit osesfor 16 bit -- AX,BX,CX DX, SI,DI,IP,etc for 32 bit -- EAX, EBX, ECX, EIP etcfor 64 bit -- RAX,RBX,RCX etc|<---------------------------64 bit------------------->| |<------32 bit---------->| |<---8 bit -->||--------------------------------------------------------||--------------------------------------------------------| |<--AX----->| |<------ EAX------------>||<-----------------RAX------------------------------->| the same register appear differently for differet oses
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now