Пример #1
0
 public static unsafe Addr MapVirtualPages(Page *pages, uint count, ulong flags, Pgprot_t protection)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public static unsafe Addr MapVirtualPages(Page *pages, uint count, ulong flags, Pgprot_t protection)
 {
     return(Addr.Zero);
 }