Changeset c9ed176 in mainline for arch/ia32/boot/Makefile


Ignore:
Timestamp:
2005-09-25T16:51:17Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a58db280
Parents:
48a02ef
Message:

Move kernel build files one level up the directory tree.
Fix paths in your testing environment!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/boot/Makefile

    r48a02ef rc9ed176  
    44
    55build: boot.bin
    6         dd if=boot.bin of=../../../src/image.bin bs=512 conv=sync
    7         -cat ../../../src/kernel.bin >>../../../src/image.bin
    8         dd if=/dev/zero of=../../../src/image.bin bs=1 seek=1474559 count=1
     6        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
    99
    1010boot.bin: boot.o
Note: See TracChangeset for help on using the changeset viewer.