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
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.
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
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=
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
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
آقای 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
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
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?