Changeset 11f56c7 in mainline


Ignore:
Timestamp:
2009-04-17T09:09:19Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
58d7280
Parents:
fe24a52
Message:

add support for up-to-date Mac booting specs
(this fixes booting on QEMU 10+ with OpenBIOS)

Location:
boot/arch/ppc32
Files:
1 added
3 edited

Legend:

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

    rfe24a52 r11f56c7  
    3333$(BASE)/image.iso: depend arch/$(BARCH)/loader/image.boot
    3434        mkdir -p $(TMP)/boot
     35        mkdir -p $(TMP)/ppc
    3536        cp arch/$(BARCH)/loader/image.boot $(TMP)/boot/image.boot
    3637        cp arch/$(BARCH)/yaboot/ofboot.b $(TMP)/boot/ofboot.b
     38        cp arch/$(BARCH)/yaboot/bootinfo.txt $(TMP)/ppc/bootinfo.txt
    3739        cp arch/$(BARCH)/yaboot/yaboot $(TMP)/boot/yaboot
    3840        cp arch/$(BARCH)/yaboot/yaboot.conf $(TMP)/boot/yaboot.conf
  • boot/arch/ppc32/yaboot/ofboot.b

    rfe24a52 r11f56c7  
    44</COMPATIBLE>
    55<DESCRIPTION>
    6 text
     6HelenOS
    77</DESCRIPTION>
    88<BOOT-SCRIPT>
  • boot/arch/ppc32/yaboot/yaboot.conf

    rfe24a52 r11f56c7  
    11device=cd:
     2timeout=0
    23
    34image=/boot/image.boot
Note: See TracChangeset for help on using the changeset viewer.