Esempio n. 1
0
 /// <summary>
 /// Init the component giving it permissions to the os
 /// </summary>
 /// <param name="os"></param>
 public Scheduler(OperatingSystem os)
 {
     this._os    = os;
     this.Memory = new MemoryManagement(os);
 }