bootsect.inc: try to catch obvious .0 problems
authorH. Peter Anvin <hpa@zytor.com>
Mon, 6 Feb 2012 20:12:26 +0000 (12:12 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 6 Feb 2012 20:12:26 +0000 (12:12 -0800)
commit5780e22f62b5700d3f0b1715148aa791ba364469
tree0927393e6c16263cd89cc889a6672fde11c9c9a1
parent3b92a929326bb6bf28886892f5994a310a8b2f94
bootsect.inc: try to catch obvious .0 problems

A typical Linux kernel will be way, way too big for the low memory
bootstrap area, so throw an error message if we end up in the
bootstrap path with something that cannot possibly fit below 640K.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/bootsect.inc