diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2018-03-04 03:14:51 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2018-03-04 03:14:51 +0000 |
| commit | e503f10a70a3f6e2cf3beb910b1798bee17ea55a (patch) | |
| tree | be83cc1aa9795fe0121e2831bd66529b70f47631 /sys | |
| parent | 0f81969c69c59174c8a67b63ad9ad6000dd7054c (diff) | |
Provide wdboot as a copy of sdboot for Milan.
It looks Milan's bootloader ROM emulates IDE disks as SCSI disks
so sdboot works for them, but atari's installboot checks a specified
device name and requires wdboot for wd(4) devices.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/atari/stand/xxboot/ahdi-xxboot/milan/Makefile | 3 | ||||
| -rw-r--r-- | sys/arch/atari/stand/xxboot/sdboot/milan/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/atari/stand/xxboot/ahdi-xxboot/milan/Makefile b/sys/arch/atari/stand/xxboot/ahdi-xxboot/milan/Makefile index c3fd6fcd8e7..726eeb11d49 100644 --- a/sys/arch/atari/stand/xxboot/ahdi-xxboot/milan/Makefile +++ b/sys/arch/atari/stand/xxboot/ahdi-xxboot/milan/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2003/06/28 09:09:53 he Exp $ +# $NetBSD: Makefile,v 1.4 2018/03/04 03:14:51 tsutsui Exp $ BTYPE=MILAN +LINKS= ${BINDIR}/sdb00t.ahdi ${BINDIR}/wdb00t.ahdi .include <../Makefile.xxb> diff --git a/sys/arch/atari/stand/xxboot/sdboot/milan/Makefile b/sys/arch/atari/stand/xxboot/sdboot/milan/Makefile index 9d2856a29ae..d2ede133baa 100644 --- a/sys/arch/atari/stand/xxboot/sdboot/milan/Makefile +++ b/sys/arch/atari/stand/xxboot/sdboot/milan/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2003/06/28 09:09:54 he Exp $ +# $NetBSD: Makefile,v 1.4 2018/03/04 03:14:51 tsutsui Exp $ BTYPE=MILAN +LINKS= ${BINDIR}/sdboot ${BINDIR}/wdboot .include <../Makefile.sdboot> |
