cvs commit: src/sys/machine/vkernel/platform init.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jan 10 18:50:14 PST 2007
dillon 2007/01/10 18:46:48 PST
DragonFly src repository
Modified files:
sys/machine/vkernel/platform init.c
Log:
Open the root disk with O_DIRECT. We do not want both the real kernel and
the virtual kernel caching the 'disk' data. We just want the virtual kernel
to cache the data so memory resource use is limited to the 'physical' memory
specified when starting up the virtual kernel.
Revision Changes Path
1.20 +5 -1 src/sys/machine/vkernel/platform/init.c
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/init.c.diff?r1=1.19&r2=1.20&f=u
More information about the Commits
mailing list