Re: L4 ethernet driver and stack setup
20 Jun
2005
20 Jun
'05
4:33 p.m.
On Monday 20 June 2005 16:32, you wrote:
So if I want to use the loader to load an task which does for example DMA, how do I ensure that the allocated buffers are mapped 1-2-1? I can not use the attribute hack with dynamically allocated memory.
Right. Better software than GRUB have some function like virt_to_phys() which is called for every data buffer. This function can be easily implemented using the phys_addr feature of the dm_phys dataspace manager (see dm_phys/doc for more documentation). Frank -- ## Dept. of Computer Science, Dresden University of Technology, Germany ## ## http://os.inf.tu-dresden.de/~fm3 ##
7561
Age (days ago)
7561
Last active (days ago)
0 comments
1 participants
participants (1)
-
Frank Mehnert