Re: [9fans] [9front] mouse handling code on amd64

2025-03-31 Thread Romano
You might need to build and install a new kernel with the updated code in the 9fat partition. On Mon, Mar 31, 2025, at 11:18 AM, Roman Belenov wrote: > PS Is it possible that aux/kbdfs started from boot scripts is not the one > bound later from /amd64/bin/aux ? > *9fans

Re: [9fans] [9front] mouse handling code on amd64

2025-03-31 Thread Roman Belenov
Thank you! I see that sending "buttonmap XYZ" to /dev/mousectl works and swaps the buttons. However, changing the code in /sys/src/cmd/aux/kbfs/kbdfs.c have no effect for me (after changes I did "mk install", checked that /bin/aux/kbdfs is updated and rebooted). Even after changing the string t

Re: [9fans] [9front] mouse handling code on amd64

2025-03-31 Thread Roman Belenov
PS Is it possible that aux/kbdfs started from boot scripts is not the one bound later from /amd64/bin/aux ? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T41a0e496bba0c957-M4d4be2e166f3f56a6dc3263a Delivery options: https://9fans.topicb

Re: [9fans] might as well ask

2025-03-31 Thread Eli Cohen
when someone told me at some point that "Plan 9 is really just a 9P multiplexer" it made so much more sense... that's what makes it simple, but also takes a bit to see and understand that, and that part of the code is always somewhat difficult to understand... but the entire thing being mostly und