On Fri, 7 Apr 2006, Stoyan Dimov wrote:
SD> Hi all,
SD> 
SD> I got a machine with 8GB of RAM and plenty of disk space. I need gvinum
to
SD> manage big number of file systems but PAE enabled kernel does not compile
SD> modules. I couldn't figure out how to get vinum statically compiled
in the
SD> kernel if that is the way to go. I am running 6-STABLE.
SD> 
SD> Please advise on how to get PAE kernel and gvinum working together!
I did not test this, but I found no reason to prevent you from compiling gvinum 
in. Try the patch attached
and add line
device gvinum
to you kernel config file.
Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------
-------------- next part --------------
Index: sys/conf/files
==================================================================RCS file:
/home/ncvs/src/sys/conf/files,v
retrieving revision 1.1031.2.28
diff -u -r1.1031.2.28 files
--- sys/conf/files	5 Apr 2006 15:44:09 -0000	1.1031.2.28
+++ sys/conf/files	8 Apr 2006 17:27:46 -0000
@@ -1090,6 +1090,19 @@
 geom/shsec/g_shsec.c		optional geom_shsec
 geom/stripe/g_stripe.c		optional geom_stripe
 geom/uzip/g_uzip.c		optional geom_uzip
+geom/vinum/geom_vinum.c		optional gvinum
+geom/vinum/geom_vinum_drive.c	optional gvinum
+geom/vinum/geom_vinum_init.c	optional gvinum
+geom/vinum/geom_vinum_list.c	optional gvinum
+geom/vinum/geom_vinum_move.c	optional gvinum
+geom/vinum/geom_vinum_plex.c	optional gvinum
+geom/vinum/geom_vinum_raid5.c	optional gvinum
+geom/vinum/geom_vinum_rename.c	optional gvinum
+geom/vinum/geom_vinum_rm.c	optional gvinum
+geom/vinum/geom_vinum_share.c	optional gvinum
+geom/vinum/geom_vinum_state.c	optional gvinum
+geom/vinum/geom_vinum_subr.c	optional gvinum
+geom/vinum/geom_vinum_volume.c	optional gvinum
 geom/zero/g_zero.c		optional geom_zero
 gnu/fs/ext2fs/ext2_alloc.c		optional ext2fs \
 	warning "kernel contains GPL contaminated ext2fs filesystem"