memdisk/setup: Rename int15maxres to setmaxmem
authorGene Cumm <gene.cumm@gmail.com>
Wed, 9 Feb 2011 02:38:40 +0000 (21:38 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Wed, 9 Feb 2011 02:38:40 +0000 (21:38 -0500)
commita028af928b5d22c2aec9cf09916e8334ca4f694f
treecde9c092c41f261ed21ecda0090e7d07d082fab8
parent282527de6f2e3cce635b69c9ad13ffdbe98700a3
memdisk/setup: Rename int15maxres to setmaxmem

The old name was intended as a test to prevent collision.  New name
seems more logical and appropriate.  By reusing the mem= parameter and
adjusting all of the memory calls that MEMDISK replaces through the use
of insertrange(), there's nothing better that we can do.
memdisk/setup.c