Re: [9fans] 9pi image

2016-07-27 Thread Tony
bsec-x509-sha256rsa > maybe/usb-short-desc > pread-offset > proc-smp-fixes > ramfs-fixes > segment-overlap > usbether-rpi > usbserial-ftdi-writelen > > Richard, Do you have any plans to support the Pine64? It would be great to have Plan9 on the Pine64. Thanks, Tony

Re: [9fans] 'win' execution behaviour in acme

2010-01-30 Thread Tony Lainson
Put an '&' on the end of each line?

Re: [9fans] Octopus installation on Plan9

2008-07-08 Thread Tony Lainson
> I need to chmod +x the files in /dis/* also somewhere else? I just switched to using the .iso when I noticed that the unzipped tree didn't have the right permissions. Sorry I didn't get around to reporting it. grai

Re: [9fans] p9p page cant open pdf files

2008-12-07 Thread Tony Lainson
> I dont remember when it all started, but it used to work. This is why I haven't upgraded from ghostscript 8.15.4.

Re: [9fans] 9front, git and mercurial.

2021-06-14 Thread Tony Mendoza
Quick question (or maybe not), but how are these being hosted? Is this done on a cloud provider vm platform? Or is this being done in a traditional DC using real hardware? Just curious to know how this is being done because I would like to do something similar. Cheers! Tony — Tony

Re: [9fans] acme and sam - mouse suggestions?

2022-01-28 Thread Tony Mendoza
+1 for the Evoluent Vert mouse. I got two. T On 1/27/2022 at 10:57 PM, o...@eigenstate.org wrote:Quoth Kurt H Maier via 9fans : > > The Evoluent VerticalMouse series has three mechanical buttons plus a > scroll wheel between buttons 1 and 2. This one is my personal favorite. ---

Re: [9fans] building blocks speaking 9p

2022-01-28 Thread Tony Mendoza
. https://github.com/inferno-os/inferno-os/tree/master/tools/styxtest Thin OS layer was provided by FreeRTOS. STM32F4 specific HW was accessed using libopencm3 https://libopencm3.org/ If interested... https://github.com/tmendoza/stm32f4-template Tony On 1/28/2022 at 4:18 AM, "Lucio

Re: [9fans] building blocks speaking 9p

2022-01-28 Thread Tony Mendoza
Sorry wrong libstyx repo https://github.com/inferno-os/inferno-os/tree/master/tools/libstyx T On 1/28/2022 at 2:54 PM, "Tony Mendoza" wrote:A few years back I started trying to build something similar off of the STM32F4 line of ARM MCUs. https://www.st.com/en/microcontrollers-micro

Re: [9fans] building blocks speaking 9p

2022-01-28 Thread Tony Mendoza
Well that was rude of me ;-) Should be public now. Thanks for the heads up! T On 1/28/2022 at 3:05 PM, o...@eigenstate.org wrote:Quoth Tony Mendoza : > Sorry wrong libstyx repo also, this repo is private: > If interested... > https://github.com/tmendoza/stm32f4-templa

Re: [9fans] building blocks speaking 9p

2022-01-28 Thread Tony Mendoza
ssible, or other hardware like that On Fri, Jan 28, 2022, 1:01 PM Tony Mendoza wrote: Sorry wrong libstyx repo https://github.com/inferno-os/inferno-os/tree/master/tools/libstyx T On 1/28/2022 at 2:54 PM, "Tony Mendoza" wrote:A few years back I started trying to build something simil

Re: [9fans] building blocks speaking 9p

2022-01-28 Thread Tony Mendoza
Any interest in sharing those hints for building bare metal STM32F405 code om plan9? T On 1/28/2022 at 3:34 PM, da...@boddie.org.uk wrote:On 2022-01-28 2:55:00, Thaddeus Woskowiak wrote: > One compiler that we really need is an arm thumb 2 compiler for cortex-m/r > microcontrollers. Inferno has a

Re: [9fans] building blocks speaking 9p

2022-01-28 Thread Tony Mendoza
This is awesome! Thanks so much! I wanted to do something like this for some time. Would love to do my embedded dev for this platform using plan9. T On 1/28/2022 at 8:10 PM, "David Boddie" wrote:On Saturday, 29 January 2022 02:04:18 CET Lyndon Nerenberg (VE7TFX/VE6BBM) wrote: > da...@boddie.

Re: [9fans] plan 9 and lisp

2023-01-26 Thread Tony Mendoza
Gerbil is another one.  TonyGet Outlook for iOS From: Lassi Kortela Sent: Thursday, January 26, 2023 1:19 AMTo: 9fans <9fans@9fans.net>; Bakul Shah Subject: Re: [9fans] plan 9 and lisp > While creating a scheme interpreter is relatively easy, what is > missing is an industrial strength scheme “wit

Re: [9fans] plan9port troff no Greek letters

2010-09-23 Thread Tony Lainson
Rudolf Sykora said: > Does anyone of you know if it is possible to teach linux to read unicode > letters as plan9 does? Russ Cox said: > ... generate a config that makes the X11 compose do exactly what p9p does ... a python script that generates such a config, by Kris Maglione: http://lists.suck

Re: [9fans] p9p mk rc help

2013-11-20 Thread Tony Lainson
> What is the correct way of detecting failure exit status of > FOO_COMMAND (a networked operation) and ignoring exit status of > BAR_COMMAND? Perhaps something like this would work? target: fn ignore { $* || status=() } foo | ignore bar Tony