update readme.txt to indicate new binaryToMacho arguments

This commit is contained in:
Joel Dice 2008-12-18 20:01:18 -07:00
parent 2622773eb4
commit 21df2e9153

View File

@ -174,7 +174,7 @@ for darwin-i386: (objcopy is not currently supported on this platform,
so we use the binaryToMacho utility instead)
$ ../build/darwin-i386-compile-fast/binaryToMacho boot.jar \
__binary_boot_jar_start __binary_boot_jar_end > boot-jar.o
__TEXT __text __binary_boot_jar_start __binary_boot_jar_end > boot-jar.o
Step 4: Write a driver which starts the VM and runs the desired main