I have always wondered what are base registers, I searched on Google,Wikipedia,Manuals
and many other sources and found out that they are reference points for other addresses,
Now I searched the Wiki for accessing the DOS HMA (High Memory Area),
According to me these are the steps :
1) Enable the A20 Line

2) Set DS to 0xFFFF

3) Use DS as a base with 0xFFFF:0x10

4) Get access to the DOS High Memory Area

What does "use DS as base" mean ?, and the base register I am talking about is SAME as the base register
the Wiki says?
~ANY help/criticism will be appreciated
~Sid123