Re: cant build ramdisk :-(

Michael Elizabeth Chastain (mec@duracef.shout.net)
Tue, 6 Aug 1996 10:17:05 -0500


Hello,

> +#ifdef CONFIG_BLK_DEV_RAM
> + printk(KERN_NOTICE "(Warning, this kernel has no ramdisk support)\n");
> +#endif

This test looks backwards to me. Shouldn't it be:

#ifndef CONFIG_BLK_DEV_RAM

Or am I missing something?

Michael Chastain
mec@duracef.shout.net