INSTALL_XEN3PAE_DOMU revision 1.3
11.3Sjoerg# $NetBSD: INSTALL_XEN3PAE_DOMU,v 1.3 2008/03/01 15:09:14 joerg Exp $ 21.3Sjoerg# 31.3Sjoerg# INSTALL_XEN3PAE_DOMU - Installation kernel for Xen 3/DomU with PAE. 41.3Sjoerg# 51.3Sjoerg# This kernel is derived from XEN3PAE_DOMU with additional memory disk 61.3Sjoerg# options. 71.2Sbouyer 81.3Sjoerginclude "arch/i386/conf/XEN3PAE_DOMU" 91.2Sbouyer 101.3Sjoerg#ident "INSTALL-$Revision: 1.3 $" 111.3Sjoerg 121.3Sjoergoptions MEMORY_DISK_HOOKS 131.3Sjoergoptions MEMORY_DISK_IS_ROOT # force root on memory disk 141.3Sjoergoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 151.3Sjoergoptions MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks 16