libinstaller: introduce syslxrw library
commit82aac76005b7b19f48b42cbcb192dab6d17b6b05
authorPaulo Alcantara <pcacjr@zytor.com>
Wed, 11 Nov 2015 00:14:30 +0000 (10 22:14 -0200)
committerPaulo Alcantara <pcacjr@zytor.com>
Wed, 11 Nov 2015 00:14:30 +0000 (10 22:14 -0200)
treef2eaedc76b8587d30889b03b0f3a5d4d913b67e0
parentb8251024ac0635ec025886f71f3e065886c9cef4
libinstaller: introduce syslxrw library

Due to size constraints on DOS systems, do not include whole syslxcom
into DOS-based installer for using xpread() and xpwrite() functions,
instead make them part of another separate library and include it only.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
extlinux/Makefile
extlinux/main.c
libinstaller/advio.c
libinstaller/syslxcom.c
libinstaller/syslxcom.h
libinstaller/syslxrw.c [new file with mode: 0644]
libinstaller/syslxrw.h [new file with mode: 0644]
linux/Makefile
linux/syslinux.c
mtools/Makefile
mtools/syslinux.c