From: NIIBE Y. <gn...@ch...> - 2000-09-04 04:40:33
|
Greg Banks wrote: > > * x86 emulation > > Why? It's easy to make ISA bridge. However, some ISA board (or PCI board) has initialization program written in x86. For example, most ISA VGA adapter has ROM with the board, and we can't use it. Well, low priority, though. > > * freeze/snapshot feature ---> dump .data & .bss, reload, kick the driver... > > Sorry, I don't understand what this means. You know, some nortebook computer has the feature of "Hibernation", let the RAM image go into the disk. This entry is for that. > > * MTD device enhancement, optimize flash write > > Could you please explain this? Takeshi Yaegashi is using MTD intensively, and he found that it's need more tweak, especially for "write" operation. > > * PCMCIA(SH-4) TLB wiring, conservative TLB initialization > > And this? To use PCMCIA feature on SH-4, we need to use MMU, because some bits are assigned to the bit on TLB to access PCMCIA (area 5 and 6). We think that such initialization of the specific hardware (the bus) is the job of initialization routine (BIOS). Currently, the kernel assumes BIOS doesn't use MMU and flush out all the TLB on boot, which is not good. > Yes! BTW can you explain the current status of binutils & glibc -- is > libc.so supposed to link with current versions or am I doing something wrong? For Binutils and GCC, the changes are already incorporated into current development repository. Now we need to test and check again. > I noticed the absence of any mention of cache problems in the list -- does > this mean they've all been solved? I think that I've done the fix. Next, we need to keep up the transition of the development kernel, please look at Documentation/cachetlb.txt in test8-pre1. -- |