Re: about langage neutral

2022-03-14 Thread David Holland
On Thu, Mar 10, 2022 at 11:10:13AM +0100, Jos? Bollo wrote: > What I have in mind is that there is no need for a specific IDL: the > language itself is the IDL and the code generator. > > I can add that SCHEME interpreters are small piece of code (that you > don't have to change, pick it and

Re: membar_enter semantics

2022-03-14 Thread David Holland
On Mon, Feb 14, 2022 at 08:11:57AM +, Taylor R Campbell wrote: > > On Fri, Feb 11, 2022 at 01:33:04PM +, Taylor R Campbell wrote: > > > membar_enter is currently documented to be a store-before-load/store > > > barrier: https://man.netbsd.org/NetBSD-9.2/membar_ops.3 > > > > > >

Re: about langage neutral

2022-03-14 Thread Chris Hanson
> - IDL from MACH/HURD (/darwin), no references, blur The Mach Interface Generator (mig) should be documented via a man page and in the PostScript reference documentation that's part of the Mach distribution. -- Chris

Re: membar_enter semantics

2022-03-14 Thread David Holland
(sorry, lost track of this) On Mon, Feb 14, 2022 at 05:12:13AM +0100, Joerg Sonnenberger wrote: > Am Mon, Feb 14, 2022 at 02:45:46AM + schrieb David Holland: > > On Mon, Feb 14, 2022 at 03:12:29AM +0100, Joerg Sonnenberger wrote: > > > Am Mon, Feb 14, 2022 at 02:01:13AM + schrieb David

Re: cpu_rootconf() vs booted_device issues

2022-03-14 Thread Izumi Tsutsui
mrg@ wrote: > cpu_rootconf problems.most of these only need to have eg > "if (booted_device) return;" added to a function usually > called findroot() or set_root_device(): : > atari > - also checks RB_ASKNAME, which means no default will be set > (consider removing this check he