]> Zhao Yanbai Git Server - minix.git/commit
libvassert: vmware VAssert support.
authorBen Gras <ben@minix3.org>
Wed, 22 Jun 2011 15:22:57 +0000 (17:22 +0200)
committerBen Gras <ben@minix3.org>
Thu, 28 Jul 2011 03:23:10 +0000 (03:23 +0000)
commit914d02825ffd5c0aa39fffec14adbcb73c878536
tree57ed81ee29d260c5349fbfecba2851e716b0f6e2
parentf614d0015a7ebbf501df080e42ba55d6771e6712
libvassert: vmware VAssert support.

- BSD-licensed Code gratefully taken from the project at
  http://en.sourceforge.jp/projects/sfnet_vassertlinuxsdk/

- For more information on vmware VAssert, a powerful debugging
  facility usable under vmware, see:
  www.vmware.com/pdf/ws65_vassert_programming.pdf
lib/Makefile
lib/libvassert/Makefile [new file with mode: 0644]
lib/libvassert/backdoor.S [new file with mode: 0644]
lib/libvassert/vassert.c [new file with mode: 0644]
lib/libvassert/vassert.h [new file with mode: 0644]