Hi,
How do i clone the complete source of plan9 port for raspberry pi? Is there any
repository url?
Thanks
Prakash
--
9fans: 9fans
Permalink:
https://9fans.topicbox.com/groups/9fans/Tc03e4f58c9593f0e-M51cd96b9c230341c58417aa0
Delivery options: https:
On 3/18/20, Steven Stallion wrote:
[ ...]
>
> I've had a lot of luck using venti from plan9port with fossil running
> natively on my plan9 fileserver. I keep a directory on sources (now
> 9p.io) with some notes and example scripts on how to make this work:
> http://9p.io/sources/contrib/stallion/v
It's the same for all architectures and operating systems.
Just follow instructions on the plan9port page:
https://9fans.github.io/plan9port/
If that fails, please share a literal transcript of your shell interaction.
On 3/19/20, borkar.praka...@gmail.com wrote:
> Hi,
>
> How do i clone the com
Hi,
You can clone http://code.9front.org/hg/plan9front/ for 9front.
For the rpi code in the kernel, check sys/src/9/bcm64 (pi3 and pi4),
and sys/src/9/bcm (pi and pi2).
On Thu, Mar 19, 2020 at 1:15 PM wrote:
>
> Hi,
>
> How do i clone the complete source of plan9 port for raspberry pi? Is there
Hm, I just realized you did not ask about plan9port but about the
plan9 port. Sorry for the confusion.
On 3/19/20, fge...@gmail.com wrote:
> It's the same for all architectures and operating systems.
> Just follow instructions on the plan9port page:
> https://9fans.github.io/plan9port/
>
> If tha
If it's the original Plan 9 from Bell Labs that you want,
another option is to grab the SD card image from
https://9p.io/sources/contrib/miller/9pi.img.gz and install
it on a Raspberry Pi. Source for the whole system is included.
The only pi-specific part is in the kernel directory /sys/src/9/bcm,
> On Mar 18, 2020, at 5:37 PM, Steven Stallion wrote:
>
> http://9p.io/sources/contrib/stallion/venti/.
>
> I've been using this configuration since 2013 without any data
> loss/corruption that I'm aware of.
Thank you Steve. Your mkventi script and the attached notes are very helpful,
an