Update KERNEL.md

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

View File

@ -37,7 +37,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you
* To see which version the kernel you are currently using is. * To see which version the kernel you are currently using is.
`uname -r` `uname -r`
* Short list of your hardware. * Short list of your hardware.
`lspci -k` `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 all kernel modules currenly used.