bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] kern: simple futex for gnumach (version 3)


From: Richard Braun
Subject: Re: [PATCH] kern: simple futex for gnumach (version 3)
Date: Sun, 22 Dec 2013 01:28:37 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Dec 21, 2013 at 11:29:34PM +0100, Marin Ramesa wrote:
> On 21.12.2013 23:20:43, Richard Braun wrote:
> > How about adding everything necessary to actually test it from
> > userspace ?
> 
> Sure, what needs to be added? I don't have the conditions to test this. 
> I earlier wrote some proof-of-concept stuff that might be used as a 
> test, but I don't know how.

Learn about MiG and how to write RPCs. There is a lot you can find on
the wiki and through search engines. If possible, don't create an
ioctl-style of call, with many possible behaviours through the same
entry point, but make several distinct RPCs instead, then add them to
include/mach/gnumach.defs. Look at how it's done for existing RPCs, but
make sure you read and understand the documentation about MiG and Mach
IPC if you want to work on such low-level stuff.

-- 
Richard Braun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]