Fix typo in mac build instructions

This commit is contained in:
Eric Scharff 2008-07-15 15:31:01 -06:00
parent 0df3beef06
commit 360ab7d9f9

View File

@ -142,7 +142,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_size > boot-jar.o
__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