Messages in this thread Patch in this message |  | | Date | Mon, 5 Aug 1996 08:50:52 +0100 (BST) | From | Bryn Paul Arnold Jones <> | Subject | Bugger, how embarasing ... |
| |
Well I messed that no ramdisk in kernel, and attempting to load a floppy in to the missing ramdisk, warning. If you can't follow that this is the diff to 2.0.11 (argh.diff ;):
--- linux/fs/super.c.orig Mon Aug 5 08:42:06 1996 +++ linux/fs/super.c Mon Aug 5 08:42:34 1996 @@ -967,7 +967,7 @@ #ifdef CONFIG_BLK_DEV_FD if (MAJOR(ROOT_DEV) == FLOPPY_MAJOR) { floppy_eject(); -#ifdef CONFIG_BLK_DEV_RAM +#ifndef CONFIG_BLK_DEV_RAM printk(KERN_NOTICE "(Warning, this kernel has no ramdisk support)\n"); #endif printk(KERN_NOTICE "VFS: Insert root floppy and press ENTER\n"); Bryn -- PGP key pass phrase forgotten, \ Overload -- core meltdown sequence again :( and I don't care ;) | initiated. / This space is intentionally left | blank, apart from this text ;-) \____________________________________
|  |