9fans archive / 1996 / 11 / 6 / prev next From: Tad Hunt tad@elw... Subject: DEC pmax support in vl (W/O broken attachments) Date: Sun, 03 Nov 1996 13:37:34 -0500 In message <199611031831.NAA25084@mcp...>, you said: ;------- =_aaaaaaaaaa0 ;Content-Type: text/plain; charset="us-ascii" ;Content-ID: <21904.847045875.1@elw...> ; ; Looks like I screwed up the attachments. This is attempt number 2. ; ; ; 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 outpu ;t ; little endian code. The following 3 diffs patch vl(1) to make bootable ; pmax code. ; ; -Tad Ok, the attachments are still a bit broken. I thought the '.'s in the first column were screwing my mailer up, so I doubled them... guess what, that doesn't seem to have been the problem. So just do this little sed(1)ism on the diffs: 's/^\.\.$/\./' -Tad