fix readme.txt reference to binaryToObject

This commit is contained in:
Joshua Warner 2012-05-10 12:10:22 -06:00
parent fa9814b86d
commit 24061251cf

View File

@ -356,7 +356,7 @@ EOF
Step 3: Make an object file out of the jar.
$ ../build/${platform}-${arch}/binaryToObject boot.jar boot-jar.o \
$ ../build/${platform}-${arch}/binaryToObject/binaryToObject boot.jar boot-jar.o \
_binary_boot_jar_start _binary_boot_jar_end ${platform} ${arch}
Step 4: Write a driver which starts the VM and runs the desired main