Monday, October 5, 2009

To display all available memory configurations at a DOS prompt, run:

MEM /A /C /P
Alternatively, if you prefer technical details (conventional/upper memory regions map and exact hex addresses where all loaded devices/drivers/TSRs reside), run:

MEM /D /P
NOTICE: High DOS is enabled by this CONFIG.SYS line (the "HIGH" switch): DOS=HIGH,UMB

No comments:

Post a Comment