예제 #1
0
 public PTEntry(PTMap Map, AMemoryPerm Perm, int Type, int Attr)
 {
     this.Map  = Map;
     this.Perm = Perm;
     this.Type = Type;
     this.Attr = Attr;
 }
예제 #2
0
 public PTEntry(long Position, int Type, PTMap Map, AMemoryPerm Perm)
 {
     this.Position = Position;
     this.Type     = Type;
     this.Map      = Map;
     this.Perm     = Perm;
 }