9fans archive / 1996 / 11 / 2 / prev next
From: Tad Hunt tad@elw...
Subject: DEC pmax support in vl
Date: Sat, 02 Nov 1996 18:33:11 -0500
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <16189.846977590.1@elw...>
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@elw...>
Content-Description: "cmd/vl/asm.c.diff"
373a
wput(short s)
{
WPUT(s);
}
void