From 3da78f38504ec152f14ed18dc93024de0e1b40c3 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Mon, 29 Jan 2001 07:55:49 +0000 Subject: [PATCH] added config file for PCCHIPS M810LMR --- util/config/pcchips.config | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 util/config/pcchips.config diff --git a/util/config/pcchips.config b/util/config/pcchips.config new file mode 100644 index 0000000000..fa96892e0f --- /dev/null +++ b/util/config/pcchips.config @@ -0,0 +1,23 @@ +# Sample config file for PCCHIPS M810LMR with DoC Millennium (as root) + +# This will make a target directory of ./pcchips +target pcchips + +# PCCHIPS M810LMR mainboard +mainboard pcchips/m810lmr + +# Enable Serial Console for debugging +option SERIAL_CONSOLE + +# Enable MicroCode update and L2 Cache init for PII and PIII +#option UPDATE_MICROCODE +#option CONFIGURE_L2_CACHE + +# Use the internal VGA frame buffer device +option HAVE_FRAMEBUFFER + +# Path to your kernel (vmlinux) +linux /usr/src/linux + +# Kernel command line parameters +commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single