|
From: Stuart M. <stu...@st...> - 2002-10-29 13:24:46
|
Hi Lars On Tue, 29 Oct 2002 08:53:31 +0100 lar...@no... wrote: > Hello, > > I didn't find any information on in your > http://www.superh-software.com/linux/ > site about the status of the Linux/SHmedia port. All the kernel work is in the BK repository linux-shmedia (linux-shmedia.bkbits.net). > Does it boot to a > shell prompt? Yes > Is it running multiuser stable? Pretty much > Are both 32-bit and > 64-bit virtual address spaces available to user mode programs? The short answer is no, only 32 bit addresses spaces are supported. We need to distinguish between the SHmedia architecture and the current SH5 implementation of that architecture. The SHmedia architecture is fully 64 bit, but the SH5 implementation doesn't implement full 64 bits in all cases. In particular addresses are only 32 bit. So the current kernel implementation can be more efficient by only managing 32 bit addressing. > Thank you. Hope this helps Stuart |