Up to [cvs.netbsd.org] / src / distrib / cdrom
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3.12.1, Sun Oct 5 20:10:14 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.3: +1 -1
lines
FILE REMOVED
Sync with HEAD.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 10 22:11:12 2007 UTC (5 years, 2 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-6-base,
netbsd-6,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs-base,
mjf-devfs,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-premerge-20101231,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Branch point for: mjf-devfs2
Changes since 1.2: +10 -4
lines
Diff to previous 1.2 (colored)
Adjust config for 4.0: use native boot for i386 and amd64, swap i386 and amd64 and remove vax so that images are below 700MB.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Mon Sep 25 21:51:39 2006 UTC (5 years, 8 months ago) by tron
Changes since 1.2.2.1: +4 -2
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #172): distrib/cdrom/macppc_installboot/macppc_installboot.c: file removal distrib/cdrom/macppc_installboot/cd9660_util.c: revision 1.1 distrib/cdrom/Makefile: revision 1.29 distrib/cdrom/macppc_mkboothfs/Makefile: revision 1.1 distrib/cdrom/macppc_installboot/bootxx.raw.uue: file removal distrib/cdrom/NetBSD-current.mk: revision 1.5 distrib/cdrom/macppc_mkboothfs/mkboothfs.c: revision 1.1 distrib/cdrom/macppc_installboot/mkmacppcboot.c: file removal distrib/cdrom/macppc_installboot/macppcboot.raw.uue: file removal distrib/cdrom/macppc_installboot/cd9660.c: revision 1.1 distrib/cdrom/macppc_installboot/Makefile: revision 1.6 distrib/cdrom/NetBSD-4.0.mk: revision 1.2 distrib/cdrom/macppc_installboot/installboot.c: revision 1.1 distrib/cdrom/macppc_installboot/installboot.h: revision 1.1 Reorganize macppc_installboot to make macppccd.iso image actually bootable on (some) OpenFirmware 2.x machines. Current macppccd.iso image doesn't boot on Openfirmware 2.x (and probably 1.0.5) machines because it uses pre-compiled binary which is based on old (and customized) bootxx. It causes version mismatch against newer ofwboot whose load address has been changed from 0x600000 to 0xe00000, as mentioned in the following post: http://mail-index.netbsd.org/port-macppc/2004/12/14/0020.html There was also an raw binary which was passed to mkisofs as -boot-hfs-file. To fix these issue, prepare a simple mkhfsboot program which creates a boothfs file with the Apple partition map info for mkisofs, and modify macppc_installboot to search the secondary ofwboot from isofs and to put and modify the primary bootxx accordingly. See PR toolchain/30245 for more details. There are still some machines which don't boot from an iso image created by this method (G3 machines with OF 2.0f1 etc.), but it's still better than to keep ugly and obsolete hacks. Ok'ed by macallan, and there is no other particular comment about this PR.
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Mon Sep 25 21:44:49 2006 UTC (5 years, 8 months ago) by tron
Changes since 1.2: +1 -3
lines
Diff to previous 1.2 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #172): distrib/cdrom/4.0.conf: revision 1.1 distrib/cdrom/NetBSD-4.0.mk: revision 1.1 First crack at configs for 4.0 .iso images.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 17 03:56:03 2006 UTC (5 years, 8 months ago) by tsutsui
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Changes since 1.1: +4 -2
lines
Diff to previous 1.1 (colored)
Reorganize macppc_installboot to make macppccd.iso image actually bootable on (some) OpenFirmware 2.x machines. Current macppccd.iso image doesn't boot on Openfirmware 2.x (and probably 1.0.5) machines because it uses pre-compiled binary which is based on old (and customized) bootxx. It causes version mismatch against newer ofwboot whose load address has been changed from 0x600000 to 0xe00000, as mentioned in the following post: http://mail-index.netbsd.org/port-macppc/2004/12/14/0020.html There was also an raw binary which was passed to mkisofs as -boot-hfs-file. To fix these issue, prepare a simple mkhfsboot program which creates a boothfs file with the Apple partition map info for mkisofs, and modify macppc_installboot to search the secondary ofwboot from isofs and to put and modify the primary bootxx accordingly. See PR toolchain/30245 for more details. There are still some machines which don't boot from an iso image created by this method (G3 machines with OF 2.0f1 etc.), but it's still better than to keep ugly and obsolete hacks. Ok'ed by macallan, and there is no other particular comment about this PR.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 24 18:15:08 2006 UTC (5 years, 9 months ago) by riz
Branch: MAIN
First crack at configs for 4.0 .iso images.