Re: Why sound isn't working on the TP2.
Hi All. I've been hacking away here. Still no interrupts. But I am fairly close to being able to use wince DEX,SPM,RPC,SHM,KLT. which hopefully will get things moving along in the right way.
If there are any linux experts out there. I am having trouble mmap'ing contiguos regions. Like mmap(0xfu,0x1000,somephys), then mmap(0xfu+0x1000,0x1000,someotherphys)
Seems like it needs at least 3 pages for it to work. I *need* it to be contiguous though. Anything including hacking the kernel would be fine. I'm just not sure what the trouble is.
|