Cool! On Thu, Dec 26, 2013 at 4:25 PM, cherry wrote: > Of course not. I am porting Plan 9 to loongson machines, little endian > MIPS. Now it runs on my loongson 2E machine, with ethernet, keyboad and > basic video support. I just got floating point work, with changes in vl as > above. I am trying to bring more devices up. As I don't have contrib > directory, the sources are located at > https://bitbucket.org/cherry9/plan9-loongson. > > Thanks, > - cherry > > > > On Thu, Dec 26, 2013 at 6:48 PM, erik quanstrom wrote: > >> On Thu Dec 26 18:47:04 EST 2013, lunaria21@gmail.com wrote: >> >> > Another issue is 0l/vl seems to output wrong bits for single precision >> > floats in little endian mode, due to a similar reason: it used bytes 4-7 >> > instead of 0-3. This seems to fix it: >> >> so if you don't mind me asking, what is it that you're working on? >> >> - erik >> >> >