From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <418cd5ee8feef79acac927b5593161f7@terzarima.net> From: Charles Forsyth Date: Fri, 20 Mar 2009 17:57:19 +0000 To: 9fans@9fans.net In-Reply-To: <94f6189977e4b16817a465bfdd037a87@quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] I can not remember if I sent this or not: MIPS-64 (sort Topicbox-Message-UUID: c17aba40-ead4-11e9-9d60-3106f5b1d025 for the RISC processors, it should be relatively straightforward to do the 64-bit variant of ?[acl], given an existing 32-bit one, and i'd be surprised if the applications also didn't work immediately since they run in 64-bit mode on amd64. (anyway, they required relatively little work, and the compiler can help, because only long long and pointers are 64-bit, unlike gcc.) the kernel work is another matter; the essential 64-bit changes have been made, but you still need to adapt or change the 32-bit MIPS kernel implementation to suit, and write drivers. what does the device use for graphics? i'm sure i've booted a 32-bit MIPS kernel on a potentially 64-bit MIPS processor. set a bit or two and it works; i don't think there was much more than that.