Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/distrib/cdrom
Module Name: src
Committed By: tsutsui
Date: Sat Jun 8 13:05:33 UTC 2024
Modified Files:
src/distrib/cdrom: boothfs.uue
src/distrib/cdrom/macppc_mkboothfs: mkboothfs.c
Log Message:
Make sure NetBSD_BootBlock partition has 32KB to avoid extra padding.
It looks at least OpenFirmware 2.x fails to load the primary bootloader
in the NetBSD_BootBlock partition if the partition size is too small,
probably because OpenFirmware read() function implicitly uses 32KB blocks.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/cdrom/boothfs.uue
cvs rdiff -u -r1.3 -r1.4 src/distrib/cdrom/macppc_mkboothfs/mkboothfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index