From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 30 Oct 2018 22:18:54 -0700 From: Anthony Martin To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20181031051854.GA7907@alice> References: <20181030093250.GA28044@alice> <513773d964eb01c4ce7f38f1b48e74f4@hamnavoe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <513773d964eb01c4ce7f38f1b48e74f4@hamnavoe.com> Subject: Re: [9fans] Plan 9 C compiler for RISC-V by Richard Miller Topicbox-Message-UUID: ef29553c-ead9-11e9-9d60-3106f5b1d025 Richard Miller <9fans@hamnavoe.com> once said: > How about i for rIscv32 and j for riscv64 (one more than i)? Or even e for riscv since it's the fifth letter in the alphabet. :) Let me know what you decide and I'll update my table. > I used n for nios2. na and aux/na commands are distinct, and > I wouldn't expect SYM53C8XX microcode and nios2 object code > to appear in the same context. That works but be careful running clean in /sys/src/9/pc after adding the n letter to $OS in /sys/src/mkfile.proto. It will blow away the sd53c8xx.n file and you'll have to get it from the dump. That file is now named sd53c8xx.na over here. Anthony