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"
|