From: Jeff Dike <jdike@addtoit.com>
To: Ian Rogers <ian.rogers@manchester.ac.uk>
Cc: User-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] Using SKAS, any examples?
Date: Fri, 6 May 2005 23:11:44 -0400 [thread overview]
Message-ID: <20050507031144.GD14445@ccure.user-mode-linux.org> (raw)
In-Reply-To: <427A51F9.2060208@manchester.ac.uk>
On Thu, May 05, 2005 at 06:03:53PM +0100, Ian Rogers wrote:
> I've attached the test/example I'm working on to create and manipulate
> address spaces uses skas - as I want to allow an emulator to. There are
> a few missing functions (that can be pretty much cloned from mem_user.c)
> and I've not worked out how to calculate the descriptor value yet.
> Please could you have a look and suggest how to create the descriptor
> value and why when I look in /proc/<pid>/maps I can't see the asid_mmap
> that's being done as part of the test.
Just one little point that would seem to indicate a lack of understanding.
You seem to be interested in manipulating many address spaces, but you
have a global mm_fd which you open ones, and on which all operations happen.
Opening /proc/mm gives you a handle to an address space. If you want two
new address spaces, you open it twice. You close one when you don't need
the address space any more.
Why are you fixated on descriptor values? At this level, that's something
you just don't care about.
Jeff
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2005-05-07 4:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-04 9:28 [uml-devel] Using SKAS, any examples? Ian Rogers
2005-05-04 13:27 ` Jeff Dike
2005-05-04 14:49 ` Ian Rogers
2005-05-04 19:03 ` Blaisorblade
2005-05-05 17:03 ` Ian Rogers
2005-05-07 3:11 ` Jeff Dike [this message]
2005-05-07 20:31 ` Ian Rogers
2005-05-08 17:02 ` Blaisorblade
2005-05-08 18:09 ` Ian Rogers
2005-05-09 15:08 ` Blaisorblade
2005-05-09 18:09 ` Ian Rogers
2005-05-07 15:28 ` Blaisorblade
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=20050507031144.GD14445@ccure.user-mode-linux.org \
--to=jdike@addtoit.com \
--cc=User-mode-linux-devel@lists.sourceforge.net \
--cc=ian.rogers@manchester.ac.uk \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.