localboot: remove unnecessary real-mode call
commit6bf0c8bef0d3562e7eb4bc8bbc16ccc16f191a31
authorPaulo Alcantara <pcacjr@zytor.com>
Mon, 28 May 2012 03:31:59 +0000 (28 00:31 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Mon, 28 May 2012 03:46:57 +0000 (28 00:46 -0300)
tree495494b6c4ee15dc6b25d9e5c2a428a261453e9b
parent4fc3fd1e14f4c1b9208ef262e5b6aef853e9fce4
localboot: remove unnecessary real-mode call

syslinux_local_boot() used to call local_boot() from INT 0x22
(AX=0x0014) as it should just call local_boot() function.

The local_boot() function is now exported by core/include/localboot.h to
be used in COM32 library space so that syslinux_local_boot() can use it.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
com32/elflink/ldlinux/execute.c
com32/include/syslinux/boot.h
com32/lib/syslinux/localboot.c
core/include/localboot.h [copied from com32/lib/syslinux/localboot.c with 79% similarity]