This commit is contained in:
RememBerBer 2021-11-19 09:15:56 +08:00
parent b62f9cc622
commit c5c9ceb1fa
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public class OverviewForm {
System.err.println();
System.err.println(hardware.getMemory().toString());
System.err.println(hardware.getMemory().getPhysicalMemory().get(0).toString());
System.err.println(hardware.getMemory().getPhysicalMemory().get(0).getCapacity() + hardware.getMemory().getPhysicalMemory().get(1).getCapacity());
}
{