From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 2 Nov 1996 18:33:11 -0500 From: Tad Hunt tad@elwood-low.csh.rit.edu Subject: DEC pmax support in vl Topicbox-Message-UUID: 50b07e50-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19961102233311.LK6U50kNNWPntJsdptUUnfDPM9ofp9SqTNDIR_Tl-iU@z> ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <16189.846977590.1@elwood-low.csh.rit.edu> I'm working on porting plan9 to the DEC pmax. The pmax is a little endian based mips port. Step one was to make the plan9 mips toolset output little endian code. The following 3 diffs patch vl(1) to make bootable pmax code. -Tad ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <16189.846977590.2@elwood-low.csh.rit.edu> Content-Description: "cmd/vl/asm.c.diff" 373a wput(short s) { WPUT(s); } void