]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r239070:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 18 Nov 2012 17:27:10 +0000 (17:27 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 18 Nov 2012 17:27:10 +0000 (17:27 +0000)
commitda8c0868d054a274b6390e6f9683117e093a93d5
treebbf172973639372c3bae44ec868c4eaefeb42421
parentde4b14fc20dcc03bcd8a39310574d35c21ea1054
MFC r239070:
  Add simple test program that uses the partition tables handling code.
  It is useful to test and debug how boot loader handles partition tables
  metadata.

MFC r239087:
  Add to the debug output the offset from the parent partitioning scheme.

git-svn-id: svn://svn.freebsd.org/base/stable/9@243244 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/tools/bootparttest/Makefile [new file with mode: 0644]
tools/tools/bootparttest/bootparttest.c [new file with mode: 0644]
tools/tools/bootparttest/malloc.c [new file with mode: 0644]