Re: Kernel 2.1.8x doesn't boot

MOLNAR Ingo (mingo@chiara.csoma.elte.hu)
Sun, 22 Feb 1998 22:36:20 +0100 (CET)


On Sun, 22 Feb 1998, Jussi Laako wrote:

> I have ASUS SP97-V motherboard (SiS 5598 chipset) and AMD K6 processor on it
> and 2.1.8x kernels hang to "Ok, now booting kernel..."

this patch turns on console output very early, maybe you'll see where it
really hangs now?

-- mingo

--- 2.1.88/linux/init/main.c Wed Feb 18 10:17:20 1998
+++ linux/init/main.c Sat Feb 28 10:55:31 1998
@@ -1000,12 +1000,12 @@
printk(linux_banner);
setup_arch(&command_line, &memory_start, &memory_end);
memory_start = paging_init(memory_start,memory_end);
+ memory_start = console_init(memory_start,memory_end);
trap_init();
init_IRQ();
sched_init();
time_init();
parse_options(command_line);
- memory_start = console_init(memory_start,memory_end);
#ifdef CONFIG_MODULES
init_modules();
#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu