Re: [9fans] java on dis

2013-04-28 Thread Marc Chantreux
hello, On Sun, Apr 28, 2013 at 11:21:21AM -0400, OrangeCalx01 wrote: > A machine implementing a virtual machine implementing a virtual machine? Oh > the latency! Lol. Why not integrate the jvm itself into dis? I really don't know about virtual machines and maybe it's a stupid question but i'm r

[9fans] 5l bug

2013-04-28 Thread Paul Patience
Mischief reported a crash with on arm with winwatch when closing all windows excluding those ignored through the -e flag. Cinap_lenrek narrowed the problem down to a bug in the 5l linker: it generates incorrect code when using the conditional operator and dividing. A minimal test case is the follow

Re: [9fans] java on dis

2013-04-28 Thread Dmitry Kabak
Yep, as said Aram, this will be actually a converter that converts compiled java classes into pure dis code. And there is also 'jvm' program that would be the class loader and linker, thread monitor and will perform other functions of the original JVM. So, I think that execution speed shouldn't be

[9fans] entering runes

2013-04-28 Thread erik quanstrom
since x is not yet entrenched, i have a suggestion for ease of input. suppose x were redefined so the syntax were "x[0-9a-f]+;". in the case that 6 hex digits are entered, then the ";" is not necessary. not only would this allow for entering 21-bit runes, it would also allow for short sequences

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-28 Thread Richard Miller
> #include "../omap/random.c" > > which should be > > #include "../port/random.c" > > Although it was easy to fix, I wonder where this inconsistency > in the source tree came from. Did I miss an update or something? I think you did. /sys/src/9/bcm/random.c should have been deleted. > Furtherm

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-28 Thread Bakul Shah
On 28 Apr 2013 22:01:17 +0200 "Holger Sebert" wrote: > Hi, > > I did a quick hack on kbd.c and could make the "<,>,|" key > work. Awesome! Thank you all for your help. What was the fix? > In the 'bcm' directory some modules refer to 'omap' although > they apparently mean 'port', like this: >

Re: [9fans] German USB keyboard on Raspberry Pi

2013-04-28 Thread Holger Sebert
Hi, I did a quick hack on kbd.c and could make the "<,>,|" key work. Awesome! Thank you all for your help. In the 'bcm' directory some modules refer to 'omap' although they apparently mean 'port', like this: #include "../omap/random.c" which should be #include "../port/random.c" Although it

Re: [9fans] java on dis

2013-04-28 Thread cinap_lenrek
yes, didnt read the original proposal where it explicitely links tho the paper. sorry for the noise and good luck. -- cinap

Re: [9fans] java on dis

2013-04-28 Thread Charles Forsyth
That is the basis for the project proposal: starting by bringing that code up to date. Also, the Java side included a ton of Sun proprietary code that can't be used directly. (Probably some of it was open-sourced with Java, but it's still a slog to work it out.) On 28 April 2013 19:01, wrote: >

Re: [9fans] java on dis

2013-04-28 Thread cinap_lenrek
brucee has done this already: http://doc.cat-v.org/inferno/java_on_dis/ -- cinap

Re: [9fans] java on dis

2013-04-28 Thread Aram Hăvărneanu
It is not a machine that emulates a machine, but rather a translator that translates code for one machine to execute on another. -- Aram Hăvărneanu

Re: [9fans] java on dis

2013-04-28 Thread OrangeCalx01
A machine implementing a virtual machine implementing a virtual machine? Oh the latency! Lol. Why not integrate the jvm itself into dis?

Re: [9fans] CPURC and starting SSH

2013-04-28 Thread erik quanstrom
On Sun Apr 28 07:58:26 EDT 2013, lu...@proxima.alt.za wrote: > Unless my copy of /rc/bin/cpurc is out of date, it contains a > self-confessed "dicey check" to ensure that TCP services are not > started twice. In the list of possible candidates to be checked is > "22" (ssh, of course) which, at lea

[9fans] CPURC and starting SSH

2013-04-28 Thread lucio
Unless my copy of /rc/bin/cpurc is out of date, it contains a self-confessed "dicey check" to ensure that TCP services are not started twice. In the list of possible candidates to be checked is "22" (ssh, of course) which, at least in my case, is started in /cfg/$sysname/cpurc as it may not be app