PXELINUX: get rid of core/ui.inc file
commitc21292c2ed81359ec3ad336e34eca51261011921
authorPaulo Alcantara <pcacjr@zytor.com>
Wed, 11 Apr 2012 03:52:50 +0000 (11 00:52 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Wed, 11 Apr 2012 21:26:44 +0000 (11 18:26 -0300)
tree0366334ac6bb1a5dd8a93f22816d6858a98f6c95
parent94cfaa45195ee5c12bf61fc34696ed7be29c1cbe
PXELINUX: get rid of core/ui.inc file

core/ui.inc is no longer used. As it used to contain the boot prompt
code, there is replacement of it, the enter_cmdline() function
(com32/elflink/ldlinux/ldlinux.c). There were some variables declared in
core/ui.inc that are used by core/pxelinux.asm, so those were all moved
out to core/pxelinux.asm as well.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/pxelinux.asm
core/ui.inc