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