Changeset 6de2480e in mainline for arch/ia32/boot/Makefile
- Timestamp:
- 2005-05-19T11:55:15Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3ebb64
- Parents:
- 1eee8383
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/boot/Makefile
r1eee8383 r6de2480e 6 6 dd if=boot.bin of=../../../src/image.bin bs=512 conv=sync 7 7 -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 9 9 10 boot.bin: boot.o
Note:
See TracChangeset
for help on using the changeset viewer.