From: Maxim Baryshnikov Date: Mon, 21 Mar 2016 22:10:04 +0000 (+0100) Subject: fiasco: bootstrap: some error fixes in link_objects.sh. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/commitdiff_plain/0f0cb1c99545640ab5d2c6d0a9142dfff05b8ec4 fiasco: bootstrap: some error fixes in link_objects.sh. --- diff --git a/bootstrap-relink/link_objects.sh b/bootstrap-relink/link_objects.sh index df2c6b9..7456e8d 100755 --- a/bootstrap-relink/link_objects.sh +++ b/bootstrap-relink/link_objects.sh @@ -104,7 +104,7 @@ gcc -m32 -o $BUILD_DIR/bootstrap32.elf -nostdlib -static \ chmod 755 $BUILD_DIR/bootstrap32.elf -objdump -D $BUILD_DIR/bootstrap32.elf > disasms/bootstrap32.elf.s +#objdump -D $BUILD_DIR/bootstrap32.elf > disasms/bootstrap32.elf.s objcopy -O binary $BUILD_DIR/bootstrap32.elf $BUILD_DIR/bootstrap32-jh.bin -cp $BUILD_DIR/bootstrap32-jh-bin ../buildroot-overlay/jailhouse/bootstrap32-jh.bin +cp $BUILD_DIR/bootstrap32-jh.bin ../buildroot-overlay/jailhouse/bootstrap32-jh.bin echo done!