On Fri, 2009-08-28 at 23:12 -0700, P. Anil Kumar wrote: > I would like to know why its picking up amd64 config params from the > Makefile, while uname -a clearly shows that its i386 ?
it's behaving as designed. on solaris, uname -a always shows i386 regardless of whether the system is in 32-bit or 64-bit mode. you can use the isainfo command to tell if amd64 is available. on i386, we always build both 32-bit and 64-bit kernel modules; the bootloader will figure out which kernel to load. - Bill _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss