Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: uebayasi
Date: Sat Aug 29 15:51:53 UTC 2015
Modified Files:
src/sys/conf: Makefile.kern.inc
src/sys/dev: md_root.c
Log Message:
According to nxr.netbsd.org, nothing uses MEMORY_DISK_IMAGE. Retire it.
Premature design and its build rule bloats Makefile.kern.inc. There are
other ways like MEMORY_DISK_DYNAMIC.
(When kernel will be built as relocatable, embedding binary data will be much
easier, and md(4), splash(4), and ksyms(4) will all benefit.)
To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/sys/conf/Makefile.kern.inc
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/md_root.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