17 Aug
2012
17 Aug
'12
2:36 a.m.
I'd like to allocate some physical memory for a device's DMA. Do I need to use some special flags in l4_task_map? Thanks.
18 Aug
18 Aug
12:11 a.m.
Hi, On Thu Aug 16, 2012 at 17:36:07 -0700, Chen Tian wrote:
I'd like to allocate some physical memory for a device's DMA. Do I need to use some special flags in l4_task_map?
Having that memory non-cached is probably good to have, so adding L4_FPAGE_UNCACHEABLE << 4 as flags would do that. Adam -- Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
4946
Age (days ago)
4946
Last active (days ago)
1 comments
2 participants
participants (2)
-
Adam Lackorzynski -
Chen Tian