On Fri, 13 Oct 2000, Chris Swiedler wrote: > Why is it that a user process can't intentionally switch segments? > Dereferencing a 32-bit address causes the address to be calculated > using the "current" segment descriptor, right? It seems to me that a > process could set a new segment selector, in which case a dereference > would operate on a whole new segment. Is there a reason why processes > are limited to a single segment? processes are not limited to a single segment, eg. Wine uses nonstandard segments. But as i said, using multiple segments does not let you out of 32 bits of virtual memory. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: large memory support for x86 Richard B. Johnson
- Re: large memory support for x86 lange92
- Re: large memory support for x86 Kiril Vidimce
- Re: large memory support for x86 Jeff Epler
- Re: large memory support for x86 Timur Tabi
- Re: large memory support for x86 Richard B. Johnson
- Re: large memory support for x86 Timur Tabi
- Re: large memory support for x86 Malcolm Beattie
- Re: large memory support for x86 Ingo Molnar
- RE: large memory support for x86 Chris Swiedler
- Re: large memory support for x86 Ingo Molnar
- Re: large memory support for x86 Timur Tabi
- Re: large memory support for x86 kernel
- Re: large memory support for x86 Brian Gerst
- Re: large memory support for x86 Timur Tabi
- Re: large memory support for x86 Alexander Viro
- Re: large memory support for x86 Brian Gerst
- Re: large memory support for x86 Alexander Viro
- Re: large memory support for x86 Timur Tabi
- Re: large memory support for x86 Alexander Viro
- Re: large memory support for x86 Brian Gerst