Update KERNEL.md

This commit is contained in:
mayfrost 2018-11-08 12:34:00 -03:00 committed by GitHub
parent 5a09089d37
commit ceee46876c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you
`lspci` `lspci`
* List your hardware with kernel modules used for each. * List your hardware with kernel modules used for each.
`lspci -k` `lspci -k`
* List all kernel modules currenly used. * List only kernel modules currenly loaded.
`lsmod` `lsmod`
* Long list of your hardware with all details. * Long list of your hardware with all details.
`lspci -v` `lspci -v`