mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
Minor doc change.
This commit is contained in:
parent
e1438871e5
commit
6a69c2f545
2
Yard.pm
2
Yard.pm
@ -1460,7 +1460,7 @@ sub kernel_version {
|
||||
#info (0, "Kernel setup header version is 0x");
|
||||
|
||||
|
||||
# 2.4.0 kernels are now 0x202
|
||||
# 2.4.0 kernels now use Start Text 0x202
|
||||
sprintf("%04x",$str)." (expected 0x201 or 0x202).\n"
|
||||
unless ($str == 0x201
|
||||
|| $str == 0x0202);
|
||||
|
Loading…
x
Reference in New Issue
Block a user