Re: [9fans] equality sign in Rc

2017-05-05 Thread tty0
May 1, 2017 2:30 PM, "dexen deVries" wrote: > does anybody have a version of Rc that allows unquoted equality sign? > > having to quote the character get a bit annoying on POSIX systems (plan9port) I don't, but can you explain in detail what you are doing that causes an issue?

Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-05 Thread Bruce Ellis
I agree. Thank you Google translate. brucee On 6 May 2017 at 11:25, Skip Tavakkolian wrote: > آقای Mark V. Shaney شما ما را خسته کردید. > > On Fri, May 5, 2017, 4:51 PM Jules Merit gmail.com> wrote: > >> May I suggest "pxemain"? >> Grow the runtime. 'size /bin/false' >> >> On May 5, 2017 6:28

Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-05 Thread Skip Tavakkolian
آقای Mark V. Shaney شما ما را خسته کردید. On Fri, May 5, 2017, 4:51 PM Jules Merit wrote: > May I suggest "pxemain"? > Grow the runtime. 'size /bin/false' > > On May 5, 2017 6:28 AM, "Dave MacFarlane" wrote: > >> On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber >> wrote: >> > >> > Plan 9 has not

Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-05 Thread Jules Merit
May I suggest "pxemain"? Grow the runtime. 'size /bin/false' On May 5, 2017 6:28 AM, "Dave MacFarlane" wrote: > On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber > wrote: > > > > Plan 9 has not yet been re-implemented in Go. > > > > sl > > > > I started trying to do that at one point, but never go

Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-05 Thread Giacomo Tesio
You might find https://lsub.org/ls/clive.html interesting. Giacomo 2017-05-05 15:25 GMT+02:00 Dave MacFarlane : > On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber wrote: >> >> Plan 9 has not yet been re-implemented in Go. >> >> sl >> > > I started trying to do that at one point, but never got my

Re: [9fans] USB mouse not working

2017-05-05 Thread cinap_lenrek
hard to say. i'd start by making sure the usb controller works. the most common issue is that interrupts do not work due to broken mp tables. 9front uses acpic interrupts by default, which can result in usb not working when bios mp tables are broken. the work arround for that is to specify *acpi=

[9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-05 Thread Dave MacFarlane
On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber wrote: > > Plan 9 has not yet been re-implemented in Go. > > sl > I started trying to do that at one point, but never got my kernel much farther than booting just enough to run "Hello, world!" compiled with 6c on a FAT filesystem in ring 0 and then c

Re: [9fans] Starting rio on combined CPU, file and auth

2017-05-05 Thread Charles Forsyth
On 5 May 2017 at 02:22, Alex Musolino wrote: > > "CPU servers typically don't have any reason to run rio on a local draw > device." > I don't even bother including the draw device and hangers-on in cpu servers.

[9fans] USB mouse not working

2017-05-05 Thread G B
I have 2 IBM Thinkpad X60 laptops and one of them has Plan 9 from Bell Labs installed and the other has 9front installed. I also have 3 USB mouse devices:  A Dell optical mouse; A Lenovo optical ScrollPoint mouse; An IBM MUY101 3 button optical mouse. The touchpad pointer works on both Bell Labs