Changeset f3ebb64 in mainline


Ignore:
Timestamp:
2005-05-19T12:54:12Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b312247
Parents:
6de2480e
Message:

IA-32 boot Makefile bugfix.
Previous version did not take 512B of boot sector code into account and produced wrong image.bin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/boot/Makefile

    r6de2480e rf3ebb64  
    66        dd if=boot.bin of=../../../src/image.bin bs=512 conv=sync
    77        -cat ../../../src/kernel.bin >>../../../src/image.bin
    8         dd if=/dev/zero of=../../../src/image.bin bs=1 seek=$(KERNEL_SIZE) count=`expr 1474560 - $(KERNEL_SIZE)`
     8        dd if=/dev/zero of=../../../src/image.bin bs=1 seek=1474559 count=1
    99
    1010boot.bin: boot.o
Note: See TracChangeset for help on using the changeset viewer.