Hello,

How should I properly update to the latest kernel on a new install of Plan 9 
from Bell Labs?

I downloaded Plan9, ran the "pull" script, and then tried to compile and 
install a new kernel by running mk install in /sys/src/9/pc

Compilation seemed to go fine, but then I got an syscall 53 error (the error 
seems to come from "ar", see below).

Thank you,
Patryk


-- snip --
8c -FTVw -I. ../port/sysproc.c
8c -FTVw -I. ../port/taslock.c
8c -FTVw -I. ../port/tod.c
8c -FTVw -I. ../port/xalloc.c
8c -FTVw main.c
names=`{membername $newprereq}
ar vu ../boot/libboot.a8 $names
rm $names
ar 856: bad sys call number 53 pc becd
ar 856: suicide: sys: bad sys call pc=0x0000becd
mk: names=`{membername $newprereq} ar ...  : exit status=rc 849: ar 856: sys: 
bad sys call pc=0x0000becd
term% 


Reply via email to