cpu: update for new processor family

This commit is contained in:
Jonathan Chang 2020-04-18 20:04:48 +10:00
parent ecea0e5abd
commit 2dfaebc637

View File

@ -40,6 +40,8 @@ module Hardware
:skylake :skylake
when 0x0f817246 # Kaby Lake when 0x0f817246 # Kaby Lake
:kabylake :kabylake
when 0x38435547 # Ice Lake
:icelake
else else
:dunno :dunno
end end