Changeset 27518e4 in mainline for boot/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2008-09-13T14:45:04Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f3363e
Parents:
0320823
Message:

Support for ramdisks external to image.boot on sparc64.

The sparc64 port can now boot from a ramdisk which is not part of image.boot.
This allows us to use larger ramdisks with SILO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/Makefile.inc

    r0320823 r27518e4  
    3838        cp arch/$(ARCH)/loader/image.boot $(TMP)/HelenOS/image.boot
    3939        gzip -f $(TMP)/HelenOS/image.boot
     40        cp arch/$(ARCH)/loader/initrd.img $(TMP)/HelenOS/initrd.img
    4041        mkisofs -f -G $(TMP)/boot/isofs.b -B ... -r -o $(BASE)/image.iso $(TMP)/
    4142
Note: See TracChangeset for help on using the changeset viewer.