lkml.org 
[lkml]   [1998]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Kernel 2.1.8x doesn't boot

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

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.047 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site