XMS memory handling

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
User avatar
Zamaster
Veteran
Posts: 174
Joined: Wed Jun 15, 2005 1:51 pm

XMS memory handling

Post by Zamaster »

Does anybody know any good sites/books/ect... where I could learn about XMS memory?
C:\DOS
C:\DOS\RUN
RUN\DOS\RUN
mennonite

have you been here?

Post by mennonite »

http://www.geocities.com/SiliconValley/ ... ndez1.html
also i think it was mysticshadows that mentioned the abc code pages... i think that's at http://qbasicnews.com/abc and probably good too.
Antoni
Veteran
Posts: 132
Joined: Wed Jun 15, 2005 3:01 pm
Contact:

Post by Antoni »

XMS must be used from DOS as a sort of RAM disk, you must copy data from XMS to regular memory before being able to access it.

EMS can be peeked and poked directly from a QB program (thru the EMS window), so it's faster in most cases.
User avatar
Zamaster
Veteran
Posts: 174
Joined: Wed Jun 15, 2005 1:51 pm

Post by Zamaster »

Oh ok, thats cool! Well then ill change my question, Does anybody know any good -yadda,yadda,yadda...?
C:\DOS
C:\DOS\RUN
RUN\DOS\RUN
Post Reply