Date: Sun, 9 May 1999 17:36:33 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mohamed Saad cc: djgpp AT delorie DOT com Subject: Re: __tb?? what is it for? In-Reply-To: <19990509142131.18905.rocketmail@send205.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 9 May 1999, Mohamed Saad wrote: > what is __tb? i know it is a macro substitution for > some thing ( and i saw it in info!). but... what is > its use?? For an explanation why is the transfer buffer needed, see http://www.delorie.com/djgpp/doc/eli-m17n99.html#Library > is it just some amount of free dos memory? and i can > just use it freely for my own purposes? Yes to both of the above questions. For more details see section 18.2 of the DJGPP FAQ list (v2/faq211b.zip from the usual DJGPP sites). > what is its size? The size is stored in _go32_info_block.size_of_transfer_buffer (declared in ). It is usually 16KB, but it can be changed with the stubedit.exe utility.