The description says it supports large memory and large hard disks, but exactly how large? 

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

Originally posted by fujianabc at 2009-1-22 06:18 PM:
Memory is 1MB in real mode, about 3.25GB in protected mode
Maximum hard disk size is 2TB
Originally posted by Sufone at 2009-1-24 01:01 PM:
DOS accesses the hard disk by calling BIOS interrupts, and ordinary BIOSes generally access hard disks using LBA32, so at most it can only support 137G
Originally posted by fujianabc at 2009-1-24 20:18:
bios of course supports more than 137GB; generally current bioses can support up to 2TB, otherwise windows wouldn't be able to boot from a hard disk larger than 137GB.
Originally posted by Sufone at 2009-1-25 11:33 AM:
Windows being able to boot from a hard disk larger than 137GB does not necessarily require the BIOS to support hard disks larger than 137G. As long as the starting sector of the partition where your Windows is located is within 137G, and the partition size plus the starting sector does not exceed ...
Originally posted by Sufone at 2009-1-25 11:33:
Windows being able to boot from a hard disk larger than 137GB does not necessarily require the BIOS to support hard disks larger than 137G. As long as the starting sector of the partition where your Windows is located is within 137G, and the partition size plus the starting sector does not exceed ...
Originally posted by wl00560 at 2009-1-30 12:49 AM:
DOS7.10 really can recognize 3.5G of memory (a little less than Windows, but not by much), which is quite surprising. I suspect DOS is a very low-level operating system, so maybe it has no limit...
As for the hard disk limit, rather than saying it's DOS's, it might be more accurate to say it's FAT32's own...