Switch the display file and graphics routines to using the getc stack
authorH. Peter Anvin <hpa@zytor.com>
Tue, 12 Feb 2008 23:56:45 +0000 (15:56 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 12 Feb 2008 23:56:45 +0000 (15:56 -0800)
commitb2e6d915489d7af1177c75b961438be7cec140f0
treeb6d498d146458b681d95164f498de041e689167f
parentc9e35f37217f25f1f576754df464a8ec0d6d22fe
Switch the display file and graphics routines to using the getc stack

The file display and graphics routines used their own file management
since the old getc code did not nest.  The new one does (necessary to
support INCLUDE), so use the same routines and get rid of the ad hoc
buffer management.
conio.inc
extlinux.asm
graphics.inc
isolinux.asm
keywords.inc
ldlinux.asm
parseconfig.inc
pxelinux.asm
ui.inc