Difference between revisions of "Manjaro Kernels"

m
Changed the numbering to make the example more clear and use a more modern kernel number
imported>Dalto
m (Fixed grammar)
imported>Dalto
m (Changed the numbering to make the example more clear and use a more modern kernel number)
Line 36: Line 36:


  [handy@jarmano ~]$ mhwd-kernel -li
  [handy@jarmano ~]$ mhwd-kernel -li
  Currently running: 3.10.1-1-MANJARO (linux310)
  Currently running: 5.0.17-1-MANJARO (linux50)
  The following kernels are installed in your system:
  The following kernels are installed in your system:
     * linux310
     * linux419
     * linux38
     * linux420
     * linux39
     * linux50


As seen in the above example, Manjaro is running kernel 3.10.1-1-MANJARO. The information given here is not arbitrary; each part of the kernel name identifies something about that kernel:
As seen in the above example, Manjaro is running kernel 5.0.17-1-MANJARO. The information given here is not arbitrary; each part of the kernel name identifies something about that kernel:


* The 3 indicates the version
* The 5 indicates the version
* The 10 indicates the major revision
* The 0 indicates the major revision
* The 1 indicates the minor revision
* The 17 indicates the minor revision
* The 1 indicates bug fixing
* The 1 indicates the revision of the Manjaro package
* MANJARO indicates the specific distribution it is used for
* MANJARO indicates the specific distribution it is used for


Anonymous user