I am reading a OS Development series, in which there is a statement,
Due to 16 bit mode limitations, DOS could not access more than 1 MB of memory
Is this true? If I do 2^16, it gives 64KB, so why the article is saying 1MB limitation?
I am reading a OS Development series, in which there is a statement,
Due to 16 bit mode limitations, DOS could not access more than 1 MB of memory
Is this true? If I do 2^16, it gives 64KB, so why the article is saying 1MB limitation?
Google knows the answer to this. For example this Wikipedia article on DOS memory management states that:
Other stuff you can find with google will give you lots more detail.