I have compiled memtest with serial support, but when I boot it from grub, it only runs at 9600 baud. Am I missing a compile option? What am I missing, what do I need? -Adam
Grub.conf default 0 timeout 5 serial --unit=0 --speed=115200 terminal --timeout=10 serial console
title=Gentoo Linux 2.6.19 root (hd0,0) kernel /kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 console=tty0 console=ttyS0,115200 initrd /initramfs-genkernel-x86-2.6.19-gentoo-r5
title=memtest86 root (hd0,0) kernel /memtest.bin console=tty0 console=ttyS0,115200
On Sat, Mar 24, 2007 at 11:37:57AM -0800, Adam Talbot wrote:
I have compiled memtest with serial support, but when I boot it from grub, it only runs at 9600 baud. Am I missing a compile option?
stuge@carepad4 ~/memtest/me/memtest86-3.2 $ grep SERIAL_BAUD config.h /* SERIAL_BAUD_RATE - Baud rate for the serial console #define SERIAL_BAUD_RATE 9600
//Peter