bootsect.inc: change 100000h -> free_high_memory syslinux-4.00-pre21
authorH. Peter Anvin <hpa@zytor.com>
Sun, 14 Feb 2010 23:09:04 +0000 (15:09 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 14 Feb 2010 23:09:04 +0000 (15:09 -0800)
commitdd01ec19a62c769e37416878dbe63989d2526660
tree9bcf8fc9807e55114d109c1b2de0d29618128caf
parentbb18754c78f2e39331d04b02580695e65db83bb5
bootsect.inc: change 100000h -> free_high_memory

We can't load stuff at 100000h... that will overwrite the PM code.
That is what free_high_memory is for.

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