Skip to content

Commit

Permalink
kerver: Check for CONFIG_GENERIC_CPU (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Naim <[email protected]>
  • Loading branch information
1Naim authored Oct 5, 2024
1 parent 9921096 commit bb822b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/kerver
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(/lib64/ld-linux-x86-64.so.2 --help | grep "(supported, searched)")
Check CPU config:
$(zgrep -iE 'CONFIG_(X86_64_VERSION|MZEN|MBULLDOZER|MPILEDRIVER|MSTREAMROLLER|MEXCAVATOR|MBOBCAT|MJAGUAR|MK10|MK8SSE3|MATOM|MGOLDMONTPLUS|MSKYLAKE2|MIVYBRIDGE|MICELAKE|MNATIVE_INTEL|MNATIVE_AMD)' /proc/config.gz)
$(zgrep -iE 'CONFIG_(GENERIC_CPU(=| is)|X86_64_VERSION|MZEN|MBULLDOZER|MPILEDRIVER|MSTREAMROLLER|MEXCAVATOR|MBOBCAT|MJAGUAR|MK10|MK8SSE3|MATOM|MGOLDMONTPLUS|MSKYLAKE2|MIVYBRIDGE|MICELAKE|MNATIVE_INTEL|MNATIVE_AMD)' /proc/config.gz)
Current disk schedulers:
Expand Down

0 comments on commit bb822b2

Please sign in to comment.