Date: Thu, 18 Jan 2001 16:48:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: mike friedrichs cc: djgpp AT delorie DOT com Subject: Re: bash-2.04 In-Reply-To: <945s92$i6i@atlas.lcc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 17 Jan 2001, mike friedrichs wrote: > i understand that i/o and such are made from real mode. > > my original inquiry added some confusion. what i should of asked is: does > bash start and run in real mode or does it run in protected mode with djgpp. Bash is a DJGPP program, so it switches to protected mode right after it starts, like any other DJGPP program does.