mirror of
https://github.com/corda/corda.git
synced 2025-02-05 10:39:13 +00:00
whitespace tweaks in readme.txt
This commit is contained in:
parent
90cbfc12cb
commit
6fef9f2464
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user