From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <56a297000709200731v85d0cf5n169e3041408b0122@mail.gmail.com> Date: Thu, 20 Sep 2007 23:31:18 +0900 From: "Noah Evans" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] summer of code In-Reply-To: <3e1162e60709190955v6610d8c1x288457e8e6f366ad@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070918220513.3B9241E8C2B@holo.morphisms.net> <3e1162e60709190955v6610d8c1x288457e8e6f366ad@mail.gmail.com> Topicbox-Message-UUID: c1910d7e-ead2-11e9-9d60-3106f5b1d025 One addendum, the touch screen works under an emulator. However the IPC data structure that I borrowed(stole) from the libnds code fails to update on real hardware. The devkitpro(arm gcc toolchain for the ds) code loves to use all sorts of gcc optimization and weirdness so this isn't too strange looking back. Charles gave me some very good advice on how to set it up with interrupts and I'll try to set things up that way once I get my current responsibilities out of the way. Noah On 9/20/07, David Leimbach wrote: > > > On 9/18/07, Russ Cox wrote: > > Now that the Google Summer of Code is presumably over, > > I am curious to know what new software has been written > > for Plan 9 and Inferno. Could someone post a list of the > > projects that happened, with one-line of summary, > > one-line of status, and a pointer to the code? > > > > Thanks. > > Russ > > > > > > Inferno on Nintendo DS :-) > > http://homepage.mac.com/leimy2k/movies/inferno-ds.MP4 > > Needs some attention, the SPI and IPC for the ARM7/ARM9 CPUs to get touch > screen working etc could be at fault according to Noah. I've had very > little time to look, but the code still builds to the state in the video :-) > > Dave