what are 16 and 32-bit enviroments

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
um... me

what are 16 and 32-bit enviroments

Post by um... me »

I have heard many people talk about jumping into pmode through there kernel and thus changing it to a 32-bit enviroment,  what is this all about. what is the Difference between 16 and 32-bit Enviroments, are there any advanteges??,thx

  
dr_watts

RE:what are 16 and 32-bit enviroments

Post by dr_watts »

Plenty...

Paging, 4GB of Memory Address Space, and the list goes on and on.
Now that AMD has forced the issue with Intel, 16-bit is really old school.
64-bit is the way to go, but I am kinda partial :-)

Really though, 16-bit is really outdated.  The only real good use of it is to make bios calls (int 10h for example), but you can do that in virtual 8086 mode too.  

Protected Mode is a least what you want to shoot for, if not Long Mode (64-bit)
Post Reply