1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Minor doc change.

This commit is contained in:
freesource 2001-07-23 19:24:12 +00:00
parent e1438871e5
commit 6a69c2f545

View File

@ -1460,7 +1460,7 @@ sub kernel_version {
#info (0, "Kernel setup header version is 0x"); #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" sprintf("%04x",$str)." (expected 0x201 or 0x202).\n"
unless ($str == 0x201 unless ($str == 0x201
|| $str == 0x0202); || $str == 0x0202);