eXperimental

"淺近"

"讀者"

"指導"

- v

Points of interest for connecting Ai to 9front Plan 9 Research Operating System.

CMU Ai Repository

Acme Ui for Programmers

9front Plan 9 releases

I-Pi SMARC IMX8M Plus

i.MX8M Dev Board

Dev Board Mini

MNT Reform PC

To install Plan 9 on Raspberry Pi.

# identify path to sd card XXX
fdisk -l

# format sd card
mkfs.vfat -n 'Plan9' -I /dev/sdXXX

# copy image to sd card
wget -O - http://9p.io/sources/contrib/miller/9pi.img.gz |\
	gunzip -c | dd bs=4M of=/dev/sdXXX status=progress

# start dns name resolver
ndb/dns

# configure ip address
ip/ipconfig

# check networking
ip/ping 9p.sdf.org

# to stop ping process press DEL key

# edit $home/lib/profile

Rpi3 Install Notes

To enable autoindent on Plan 9 editors.

Call the sam editor on the command line as follows.

sam -a 

On acme type on the tagline the following.

Indent on

And, highlight both words and click mouse button2 to enable autoindent.

Links

Gemtext Quicksheet

Gemtext Quickstart

Project Gemini

Plan 9 SDF Public Access System

Gemini (protocol)