[contrib] Add contrib/vm, containing utilities from old contrib/bochs

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-09-22 14:19:25 +01:00
parent c4af205cf0
commit 041f01e601
6 changed files with 1246 additions and 0 deletions

7
contrib/vm/Makefile Normal file
View File

@@ -0,0 +1,7 @@
all : serial-console.1
%.1 : %
pod2man $< > $@
clean :
rm -f serial-console.1