X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=YLhjs88ZgJV0IKVJiZk0qfjVMmYRYcUH9+BesUte2Dk=; b=Md5iGE0/HMkA 0Oz0frXibV2Ibqhj4mh6RDP23UgZhhivqNyu5kfcn0pVFRx6ye0bk1qQw6wCftHPio146gj/YVqSw qOFZLQSuctos/XI/B/nmSPzB33XIYPCS3NiOhOxfmtN3BvSdWZXNLJinJtFApkI2yyEhixh7l4jSw GFyAzB6sK9KDfGi1073HOQ3uRe07QUnOSxyFkYdTZc1tXS8dBZuMQL/2Vj6nQNA6WRgrD2Rg8HKJk com9iliar+Iu20d7gaagKTp3IabNzypHC7AmnbQ+xAxfOI5AfuZzzfo8hxEolDG2lqM/R61e+FC7o QBqKv7iWEZU6pinnsNcsqg==; Date: Sun, 28 Jan 2024 21:28:52 +0200 Message-Id: <86ttmx45qj.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com In-Reply-To: (djgpp AT delorie DOT com) Subject: Re: gcc complains about "no DPMI memory" References: <864jex5sqy DOT fsf AT gnu DOT org> <861qa15qnt DOT fsf AT gnu DOT org> <86zfwp4ak7 DOT fsf AT gnu DOT org> Reply-To: djgpp AT delorie DOT com > From: "A. Wik (awik32 AT gmail DOT com) [via djgpp AT delorie DOT com]" > Date: Sun, 28 Jan 2024 19:21:05 +0000 > > I figured it out. I had created a "custom" version of the MS-DOS > prompt PIF, and I had set the DPMI memory explicitly. I tried > starting "command" with the "Run..." option from the Start menu, and I > found that gcc would work just fine. It turns out that it's best to > leave the DPMI memory setting as "Auto". To illustrate: > > C:\proj\debug>go32-v2 > go32/v2 version 2.0 built Oct 18 2015 09:41:08 > Usage: go32 coff-image [args] > ... > DPMI memory available: 226725 Kb > DPMI swap space available: 31959 Kb Yes, MUCH better.