From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 15 Aug 1995 09:52:46 -0400 From: forsyth@plan9.cs.york.ac.uk forsyth@plan9.cs.york.ac.uk Subject: sparc kernels and bootp Topicbox-Message-UUID: 166608aa-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950815135246.3jwy2bffbgOEWNSp8vw4Ao9D-TPqEJo_3Xp0KKcrJfw@z> bootparams has nothing to do with BOOTP. bootparams is used by sun's very own /usr/etc/rpc.bootparamd, which uses SUN RPC/XDR. actually, i'm curious how you encoded the information in bootparams. anyhow, pick up the Unix bootp daemon from plan9.att.com in /plan9/unixsrc/bootp/ . that version replies correctly to a plan 9 bootp request (there's a convention for `vendor specific' data). the daemon might require changes to work on a Sun. most things do. the sparc Plan 9 kernel is the same as all the others in its use of bootp (that part is in portable code).