OSDev.org

The Place to Start for Operating System Developers
It is currently Sat Apr 27, 2024 6:56 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Hello!
PostPosted: Thu Jun 05, 2003 11:00 pm 
Is it nessecary to enable the A20 to enter the protected mode? Why enable so much OS the A20?

thx!


Top
  
 
 Post subject: RE:Hello!
PostPosted: Thu Jun 05, 2003 11:00 pm 
No, you don't HAVE TO, but you probably WANT TO. First, let me tell you what A20 is. It's line 20 on the address bus (which corresponds with bit 20 of a 32-bit address). If the A20 line is disabled, that means that bit 20 of the address is treated as a 0, even if it's really a 1. So the addresses between 1MB and 2MB are treated as though they were between 0 and 1MB; the addresses between 3MB and 4MB are treated as though they were between 2MB and 3MB; and so on with the rest of the odd megabytes. So basically, if you're going to use any memory above 1MB, then you want to enable the A20 line.


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Google [Bot], SemrushBot [Bot] and 36 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group