From 5c44ba859c2eea9867b56395417801493723578d Mon Sep 17 00:00:00 2001 From: Joshua Warner Date: Mon, 7 May 2012 08:13:04 -0600 Subject: [PATCH] minor correction to bootimage process in readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index d214dda8b7..24e36a6b86 100644 --- a/readme.txt +++ b/readme.txt @@ -555,7 +555,7 @@ systems with case-insensitive filesystems such as Windows and OS X) Step 6: Build the boot and code images. $ ../build/linux-i386-bootimage/bootimage-generator stage2 \ - bootimage.bin codeimage.bin + bootimage-bin.o codeimage-bin.o Step 7: Write a driver which starts the VM and runs the desired main method. Note the bootimageBin function, which will be called by the