linux.c32: move handling of mem= and vga= into the library function syslinux-3.80-pre5
authorH. Peter Anvin <hpa@zytor.com>
Thu, 30 Apr 2009 01:39:06 +0000 (18:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 30 Apr 2009 01:39:06 +0000 (18:39 -0700)
commit24b82b8e8fe16672264ac2fc1dd06d4bc831ac27
treebbe5c90b44029c916c0beefac0b05a9f05ae093b
parent09c6e1db4388070a480395cb3244c1d37c67c09c
linux.c32: move handling of mem= and vga= into the library function

Move the handling of mem= and vga= into syslinux_boot_linux(), so that
the user of that function doesn't need to worry about it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/syslinux/linux.h
com32/lib/syslinux/load_linux.c
com32/mboot/mboot.h
com32/modules/linux.c