linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Memory partitioning
@ 2000-08-22 10:32 Santosh Eraniose
  2000-09-04  7:51 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Santosh Eraniose @ 2000-08-22 10:32 UTC (permalink / raw)
  To: Linux-MM

Hi,
Is it possible to partition the MMU such that multiple OS
can run on the same platform.
In all examples I see like MKLinux , the mem mgmt of Linux is mapped to the
underlying Mach kernel.
The other extreme is as in RTAI (Real time App Interface), where the MMU is 
handled by linux, but the
scheduling is done by RTAI.

Thanks
Santosh Eraniose
-----------------------------------------------
Member Technical
Sony Software Architecture Lab
Bangalore
-----------------------------------------------

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/

^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: Memory partitioning
@ 2000-08-22 13:18 Mark_H_Johnson
  0 siblings, 0 replies; 3+ messages in thread
From: Mark_H_Johnson @ 2000-08-22 13:18 UTC (permalink / raw)
  To: santosh; +Cc: Linux-MM

Hmm. We've been looking into moving a real time computer emulation [to run
flight software in a simulator] to Linux and have similar problems. Our
solution doesn't involve partitioning the MMU though. Similar to the
MKLinux example below, we're willing to use the part of Linux memory
management where it helps - allocating storage and locking it into memory.
Where we've focused our attention is the handling of page faults & related
traps. We want something like a "secondary interrupt dispatch table" that
is enabled on a per process basis. There's some small overhead to do the
extra IF statement at the start of each interrupt handler, but it gives us
the means of selecting which code we want to run [standard Linux, RT Linux,
or our own]. Is that kind of capability what you are looking for or
something else?

--Mark H Johnson
  <mailto:Mark_H_Johnson@raytheon.com>


                                                                                                                    
                    Santosh                                                                                         
                    Eraniose             To:     Linux-MM@kvack.org                                                 
                    <santosh@sony        cc:     (bcc: Mark H Johnson/RTS/Raytheon/US)                              
                    .co.in>              Subject:     Memory partitioning                                           
                                                                                                                    
                    08/22/00                                                                                        
                    05:32 AM                                                                                        
                                                                                                                    
                                                                                                                    



Hi,
Is it possible to partition the MMU such that multiple OS
can run on the same platform.
In all examples I see like MKLinux , the mem mgmt of Linux is mapped to the
underlying Mach kernel.
The other extreme is as in RTAI (Real time App Interface), where the MMU is

handled by linux, but the
scheduling is done by RTAI.

Thanks
Santosh Eraniose
-----------------------------------------------
Member Technical
Sony Software Architecture Lab
Bangalore
-----------------------------------------------

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/




--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-09-04  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-22 10:32 Memory partitioning Santosh Eraniose
2000-09-04  7:51 ` Ralf Baechle
2000-08-22 13:18 Mark_H_Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox