Re: [9fans] chem preprocessor

2014-08-13 Thread cherry
ave only tested the > examples. > Tried a few examples and it works for me, very nice. Thank you. - cherry

[9fans] Loongson port, and 64 bit MIPS

2014-08-14 Thread cherry
o look into any device drivers. PCI space is 32 bit... Will do it ASAP. Hope this message is useful. Thanks, -cherry

Re: [9fans] Loongson port, and 64 bit MIPS

2014-08-15 Thread cherry
r expensive to me... - cherry

Re: [9fans] Loongson port, and 64 bit MIPS

2014-08-15 Thread cherry
.h, including IRQ and some addresses. What would be the best way to do it? Would it be possible to upstream this port to distribution? Minux strongly encouraged me to do so. Thanks, - cherry

Re: [9fans] Loongson port, and 64 bit MIPS

2014-08-16 Thread cherry
On Fri, Aug 15, 2014 at 2:30 PM, David du Colombier <0in...@gmail.com> wrote: >> Indeed I have a question about unifying the 2E and 2F kernels. >> Currently 2F is separated so that it is convenient for me to >> experiment new code for 2F hardwares without worrying breaking 2E. >> Eventually it migh

Re: [9fans] Loongson port, and 64 bit MIPS

2014-08-16 Thread cherry
f, but also possible to connect a file server. Now you don't need it. Anyone who is interested could try this for start. - cherry

Re: [9fans] Loongson port, and 64 bit MIPS

2014-08-16 Thread cherry
will be all supported. > If so, this would make a nice little terminal... Now it can be a terminal with (cabled) ethernet. - cherry

Re: [9fans] Loongson port, and 64 bit MIPS

2014-08-17 Thread cherry
detail. The disk seem to vary even the machines are all 8089A. Mine is a 2GB SSD, I guess yours not, so I am not sure it will apply on your machine. Experiments are welcomed (be sure to back up ahead). - cherry

Re: [9fans] Loongson port, and 64 bit MIPS

2014-08-17 Thread cherry
opportunity with 9pi and > 9ln to consider a commonly maintained installation process. Maybe all > it takes is more documentation, but more likely just a little more > effort. Yes, any advice is welcomed. Thanks, - cherry

[9fans] MIPS64

2014-09-05 Thread cherry
se 2F drivers. A kernel image is uploaded to the download page of the repo. Hope this is useful. Thanks, - cherry

Re: [9fans] MIPS64

2014-09-06 Thread cherry
ot the one you did? Thank you anyway. - cherry

Re: [9fans] how to undo in Rio shell window and Acme editor?

2018-05-10 Thread cherry
> > > I tried p9p Acme on Mac OS X, seems the mouse button emulation with > trackpad is broken, p9p Acme doesn't response to Shift + Secondary Click, > this is probably my problem, won't play it now until I'm more familiar with > 9front in Virtualbox. > Alt+Click does a middle click (button 2), Co

[9fans] loongson (spim) port

2013-09-12 Thread cherry
t all cases are covered. FP is not up either, for unknown reason... I would like to share it and I am asking for a contrib directory. - cherry

Re: [9fans] loongson (spim) port

2013-09-13 Thread cherry
not actually know more. I am willing to talk with you and learn from you about it. Thanks, - cherry

[9fans] MIPS LE fp register ordering in MOVD

2013-12-24 Thread cherry
break; case 4: o1 = OP_IRR(opirr(AMOVF), v, r, p->from.reg); Let me know if I missed anything. Thanks and Merry Christmas. - cherry

Re: [9fans] MIPS LE fp register ordering in MOVD

2013-12-26 Thread cherry
27;t have BE machine to test). Is there any (probably historical) reason for not using fnuxi4? I am asking this since in /sys/src/cmd/vl/l.h: EXTERNcharfnuxi4[4];/* for 3l [sic] */ Thanks, - cherry On Tue, Dec 24, 2013 at 12:20 PM, cherry wrote: > Hello Fans, > > It seem

Re: [9fans] MIPS LE fp register ordering in MOVD

2013-12-26 Thread cherry
ctory, the sources are located at https://bitbucket.org/cherry9/plan9-loongson. Thanks, - cherry On Thu, Dec 26, 2013 at 6:48 PM, erik quanstrom wrote: > On Thu Dec 26 18:47:04 EST 2013, lunari...@gmail.com wrote: > > > Another issue is 0l/vl seems to output wrong bits for single pre

Re: [9fans] MIPS LE fp register ordering in MOVD

2013-12-26 Thread cherry
On Thu, Dec 26, 2013 at 6:46 PM, cherry wrote: > Another issue is 0l/vl seems to output wrong bits for single precision > floats in little endian mode, due to a similar reason: it used bytes 4-7 > instead of 0-3. This seems to fix it: > > % diff /sys/src/cmd/vl/asm.c asm.

Re: [9fans] MIPS LE fp register ordering in MOVD

2013-12-26 Thread cherry
Thank you :) On Thu, Dec 26, 2013 at 8:40 PM, wrote: > great work, keep it up! :) > > -- > cinap > >

Re: [9fans] MIPS LE fp register ordering in MOVD

2013-12-27 Thread cherry
> Bprint(&bso, "%d", fnuxi4[i]); > Bprint(&bso, " "); Does this break anything? If not, I will submit a patch. Thanks, - cherry

[9fans] Things about werc + Plan 9 httpd

2014-01-21 Thread cherry
/$i >> /tmp/rewrite bind /tmp/rewrite /sys/lib/httpd.rewrite Kill httpd | rc ip/httpd/httpd A problem is adding new stuff to the root requires a restart of httpd, but this happens probably not very often. Hope this is useful, and sorry for a long email. Thanks, - cherry

[9fans] echo -n and zero-length write(2)

2014-01-23 Thread cherry
s fn echo { builtin echo $* | cat } But invoking cat for every echo hurts the performance. Perhaps the most efficient way is to write an ad hoc echo that does not do zero-length write(2)? Any suggestion? Thanks, - cherry

Re: [9fans] echo -n and zero-length write(2)

2014-01-24 Thread cherry
Plan 9 and the Echo"[2]. > Thanks for pointing me to the right direction :) - cherry