Re: 2.2.7 Oops on SMP machine in __free_page() while loading executable

Keith Owens (kaos@ocs.com.au)
Thu, 17 Jun 1999 23:15:57 +1000


On Thu, 17 Jun 1999 12:52:11 +0100 (BST),
"Stephen C. Tweedie" <sct@redhat.com> wrote:
>you can also use serial console
>(although you need to manually #define CONFIG_SERIAL_ECHO to enable it,
>and you need to poke in drivers/char/console.c to change it from com1:).

Not in 2.[123].x. CONFIG_SERIAL_ECHO is long gone and there is no need
to hack the code any more. Under config for char devices, select
"Standard/generic (dumb) serial support" and "Support for console on
serial port". I have only used it with serial support builtin, I have
no idea if it works with serial as a module. In lilo or other boot
loader, pass the console parameter to set com port, speed etc. Mine
looks like this.

image=/test_kernel/2.2.10
label=2.2.10
optional
image=/test_kernel/2.2.10
label=2.2.10-ser
optional
append="console=ttyS1,115200"

Also see Documentation/serial-console.txt.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/