Simple "cmd" module to issue a CLI command syslinux-3.74-pre1
authorMichael Brown <mcb30@etherboot.org>
Wed, 18 Feb 2009 04:34:51 +0000 (20:34 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 18 Feb 2009 04:34:51 +0000 (20:34 -0800)
commit5241ed1d54a8bb844b0b983dcf03f0de55a20b1d
tree27a81e3dfa314fe2b2a284a048e2fe6c7a7465e2
parentd0c6656a62113b913948361779d6298fe76f6e61
Simple "cmd" module to issue a CLI command

A simple "cmd" COM32 module, which only echoes a CLI command.  This is
mostly useful when running on an alternate CLI, e.g. on top of the
native gPXE COMBOOT interface.
com32/modules/Makefile
com32/modules/cmd.c [new file with mode: 0644]