From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <56a297000708040511u4c03c46aw6f39daf22366dd32@mail.gmail.com> Date: Sat, 4 Aug 2007 21:11:54 +0900 From: "Noah Evans" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Mips kernel In-Reply-To: <21ce9b07dcdcf7c616ebf09d5321011d@terzarima.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <56a297000708032016n228b99faof8e383c8aec7d9de@mail.gmail.com> <21ce9b07dcdcf7c616ebf09d5321011d@terzarima.net> Topicbox-Message-UUID: 9dc6d36a-ead2-11e9-9d60-3106f5b1d025 You're right. But in the end wouldn't thumb be faster? Most of the homebrew/professional software for the ds is written in thumb with arm for the interrupt handlers and such. IIRC the ds reads are in 16bit increments. I did a naive compile to thumb a while back, it "worked" insofar as the kernel booted but the graphics were messed up. Noah On 8/4/07, Charles Forsyth wrote: > > Eventually I'm going to try to move as much as I can to thumb, but > > right now the tool chain is being very good to me. > > i'd ignore thumb. we can do it (cf. tc, and the extensive cross-calling support > in inferno's 5l) but i'd still ignore it. > >