Hacker News new | ask | show | jobs
by kevcampb 4198 days ago
The confusion likely stems from the various limits which existed when running qbasic in real mode on a 486.

Conventional memory was limited to 640kb. Access to higher amounts of memory either required switching to protected mode or using XMS.

Additionally, there was the segmentation limit of 64k for pointers, which may have limited things in qbasic.