Date: Sun, 10 Aug 1997 18:49:05 +0300 (IDT) From: Eli Zaretskii To: "Gurunandan R. Bhat" cc: djgpp AT delorie DOT com Subject: Re: initialising _go32_info_block In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 4 Aug 1997, Gurunandan R. Bhat wrote: > Where (when?) is _go32_info_block initialised? I checked and > found that it was only #define'd there. Where: in function `setup_go32_info_block' on src/libc/crt0/crt1.c (look in djlsr201.zip). When: at program startup time (of course). The info there is mostly dynamic, so it has to be computed at run time.