Date: Tue, 17 Dec 1996 14:00:01 +0200 (IST) From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: _dos_ds Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Why does the selector for linear memory have a limit of -1? Doesn't it mean that anybody who uses the usual dosmemput/farpoke things has a potential to overwrite any address, i.e. the memory protection is disabled? If so, this is the same as nearptr (except slower), right? Is there any problem to make the limit be 1MB?