> it's not immediately obvious what i am doing wrong:
>
> akin# acid -k -l kernel 1 /386/9pccpu
> /386/9pccpu:386 plan 9 boot image
> /sys/lib/acid/port
> /sys/lib/acid/386
> /sys/lib/acid/kernel
> acid: include("acid")
> acid: include("procacid")
> acid: stacks()
> =========================================================
> 0xf0312008 1: init dennis pc 0x00008984 Await (Wakeme) ut 2 st 2 qpc
> 0x00000000
> <stdin>:5: (error) no stack frame: can't translate address 0xf001bf30
i forgot to say you should
mappc()
first. the pc kernel maps some extra data memory
below the text segment, which isn't accounted for
in the default acid map.
russ