View Single Post
  #272 (permalink)  
Old 08-13-2010, 10:28 PM
jonpry's Avatar
jonpry
PPCGeeks Regular
Offline
 
Join Date: Apr 2010
Posts: 70
Reputation: 715
jonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuffjonpry knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
Reply With Quote
This post has been thanked 5 times.