Changeset c9ed176 in mainline for arch/ia32/boot/Makefile
- Timestamp:
- 2005-09-25T16:51:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a58db280
- Parents:
- 48a02ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/boot/Makefile
r48a02ef rc9ed176 4 4 5 5 build: boot.bin 6 dd if=boot.bin of=../../../ src/image.bin bs=512 conv=sync7 -cat ../../../ src/kernel.bin >>../../../src/image.bin8 dd if=/dev/zero of=../../../ src/image.bin bs=1 seek=1474559 count=16 dd if=boot.bin of=../../../image.bin bs=512 conv=sync 7 -cat ../../../kernel.bin >>../../../image.bin 8 dd if=/dev/zero of=../../../image.bin bs=1 seek=1474559 count=1 9 9 10 10 boot.bin: boot.o
Note:
See TracChangeset
for help on using the changeset viewer.