Exemplo n.º 1
0
 public static unsafe Addr MapVirtualPages(Page *pages, uint count, ulong flags, Pgprot_t protection)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static unsafe Addr MapVirtualPages(Page *pages, uint count, ulong flags, Pgprot_t protection)
 {
     return(Addr.Zero);
 }