From 6fef9f2464b687a519a793019208994d27a451fa Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 15 Mar 2009 16:19:48 -0600 Subject: [PATCH] whitespace tweaks in readme.txt --- readme.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 2a83a0752b..77dc17cc7b 100644 --- a/readme.txt +++ b/readme.txt @@ -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: