whitespace tweaks in readme.txt

This commit is contained in:
Joel Dice 2009-03-15 16:19:48 -06:00
parent 90cbfc12cb
commit 6fef9f2464

View File

@ -401,10 +401,10 @@ Step 7: Make an object file out of the boot image.
for linux-i386:
$ objcopy --rename-section=.data=.boot -I binary bootimage.bin \
-O elf32-i386 -B i386 bootimage.tmp
$ objcopy --set-section-flags .boot=alloc,load,code bootimage.tmp \
bootimage.o
$ objcopy --rename-section=.data=.boot -I binary bootimage.bin \
-O elf32-i386 -B i386 bootimage.tmp
$ objcopy --set-section-flags .boot=alloc,load,code bootimage.tmp \
bootimage.o
for darwin-i386: