From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Olson Subject: Re: AW: [Fwd: Re: EDE - Personal Suggestions and Ideas] Date: Wed, 26 May 2004 22:56:51 -0700 (PDT) Sender: linux-8086-owner@vger.kernel.org Message-ID: <20040526225349.T13623@agora.rdrop.com> References: Mime-Version: 1.0 Return-path: In-Reply-To: List-Id: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-8086@vger.kernel.org > What about supporting 286 protected mode in a manner that more than one > text+data segment per program are possible - still far-pointers were to be > implmented, but would segment switching not be easier with HW-protection (in > comparison to 8086)? I am not familiar with compiler programming, so I > have no idea of how much work it would be. It seems like this came up in the past and the conclusion was that there weren't enough 286s to make it worth while, the code wouldn't work on the 8088/8086 and of course a 386SX will run a stripped Linux. > The last time I looked into the elks sources there was code for initializing > 286 protected mode - don't know if it works. You know, that sounds familar. Was there was work to use protected mode in order to use extended memory as a RAM drive? Maybe I'm thinking of something else. Dan