Re: the memory model being used in elks?

Alan Cox <[email protected]> Sun, 10 May 2015 22:51:18 +0100
Newsgroups org.kernel.vger.linux-8086
Message-ID <[email protected]>
> Even without MMU overlapping 8086 segments allow the use of this <-Space->
> for stack or data+bss of other processes. Wonder if/how this is handled
> in elks (lacking the time to Use-The-Source...)

Only if you use far pointers which is incredibly expensive, otherwise
taking the address of a stack based variable breaks.

Alan