Plan 9 from Bell Labs’s /usr/web/sources/contrib/maht/inferno/README

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


This is my collection of inferno code, arranged for binding
this is my startup script
-----------------
#!/bin/rc

i=/usr/inferno-os
m=/usr/maht/inf_vi

bind -b $i/Plan9/386/bin/ /bin
bind -c $m $i/usr/maht
bind -ac $m/appl $i/appl
bind -ac $m/appl/cmd $i/appl/cmd
bind -ac $m/appl/lib $i/appl/lib
bind -ac $m/module $i/module
bind -ac $m/dis/lib $i/dis/lib
bind -ac $m/dis $i/dis
mntgen $m/mnt
bind -c /n/t23/net $m/mnt/net

emu -g 1024x768 $*
-----------------


as the code is collected from disparate file systems it's crufty

I'm saving it here as part of my drive to clean it up.

It all compiles



WORKING

httpc is the first component I have tested and it works.
Its command line version : hget, works if you hardcode the parameters

cmdhit - runs a command on the host os. I think there is a command for this in the distribution for this now.

NOT WORKING

BBC & RSS - work in progress, looks like I got as far as "ok, what's the spec for RSS"






Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.