Library functions for manipulating initramfs
authorH. Peter Anvin <hpa@zytor.com>
Thu, 15 Mar 2007 23:57:43 +0000 (16:57 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 15 Mar 2007 23:57:43 +0000 (16:57 -0700)
commitc5e9d7a496936b9ea553be6fef4dff74596bbf11
tree2157f08931983c62850f657472b0b86d4ed39e7e
parent77481cdf403e4170785fada5a44a0efcd2a357e4
Library functions for manipulating initramfs

Library support for constructing initramfs.  This version is *not*
complete, as it doesn't take into account alignment requirements
properly.
com32/include/syslinux/linux.h
com32/include/syslinux/loadfile.h [moved from com32/libutil/include/syslinux/loadfile.h with 100% similarity]
com32/lib/Makefile
com32/lib/syslinux/initramfs.c [new file with mode: 0644]
com32/lib/syslinux/initramfs_archive.c [new file with mode: 0644]
com32/lib/syslinux/initramfs_file.c [new file with mode: 0644]
com32/lib/syslinux/initramfs_loadfile.c [new file with mode: 0644]
com32/lib/syslinux/loadfile.c [moved from com32/libutil/syslinux/loadfile.c with 100% similarity]
com32/libutil/Makefile