mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-25 23:04:57 +02:00
fdkrncfg: bugfix, version info check should not include signature
This commit is contained in:
parent
8c8d213119
commit
6d23a787fb
@ -161,7 +161,7 @@ void displayConfigSettings(KernelConfig * cfg)
|
|||||||
/* print known options and current value - only if available */
|
/* print known options and current value - only if available */
|
||||||
|
|
||||||
/* show kernel version if available, read only, no option to modify */
|
/* show kernel version if available, read only, no option to modify */
|
||||||
if (cfg->ConfigSize >= 20)
|
if (cfg->ConfigSize >= 12)
|
||||||
{
|
{
|
||||||
printf
|
printf
|
||||||
("%s kernel %s (build %d.%d OEM:%02X)\n",
|
("%s kernel %s (build %d.%d OEM:%02X)\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user