linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Mark_H_Johnson@Raytheon.com
To: santosh@sony.co.in
Cc: Linux-MM@kvack.org
Subject: Re: Memory partitioning
Date: Tue, 22 Aug 2000 08:18:58 -0500	[thread overview]
Message-ID: <OFD6D15CC0.5EB71010-ON86256943.00482136@hou.us.ray.com> (raw)

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/

             reply	other threads:[~2000-08-22 13:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-22 13:18 Mark_H_Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-08-22 10:32 Santosh Eraniose
2000-09-04  7:51 ` Ralf Baechle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OFD6D15CC0.5EB71010-ON86256943.00482136@hou.us.ray.com \
    --to=mark_h_johnson@raytheon.com \
    --cc=Linux-MM@kvack.org \
    --cc=santosh@sony.co.in \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox