public Hardware() { Lib.Generic.Opcode.Open(); Lib.Generic.Ring0.Open(); this.drives = HardDrive.DetectDrives(); this.cpu = CPU.DetectCPU(); this.ram = Ram.DetectRam(); this.gpus = GPU.DetectGPUS(); this.envTempSensor = TempSensor.DetectSensor(); this.Update(); }