[syslinux] [PATCH] add mini-xml to com32 api

Ayvaz, James James.Ayvaz at hp.com
Fri Oct 2 09:06:10 PDT 2009


I managed to get mini-xml (www.minixml.org<http://www.minixml.org>) working with the com32 API.  I use it to read additional data needed by my comboot program but doesn't necessarily belong in the Syslinux config file.  Maybe someone else can find a use for it as well.

First you must extract mini-xml into the Syslinux tree:

tar xfz syslinux-3.82.tar.gz
tar xfz mxml-2.6.tar.gz
mkdir -p syslinux-3.82/com32/gpllib/mxml
cp -a mxml-2.6/*.c syslinux-3.82/com32/gpllib/mxml/
cp -a mxml-2.6/*.h syslinux-3.82/com32/gplinclude/
patch -p0 < minixml.patch

The patch adds the config.h and modifies the Makefile to generate the minixml objects.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: mxml.patch
Type: application/octet-stream
Size: 3673 bytes
Desc: mxml.patch
URL: <http://www.zytor.com/pipermail/syslinux/attachments/20091002/39465f71/attachment.obj>


More information about the Syslinux mailing list