attached is a config that for an ASUS CUA boots linux and tries to init frame buffers -- and sometimes even succeeds.
ron
# Sample config file for ASUS CUA with DoC Millennium (as root) target asus_cua # Asus CUA mainboard asus/cua # Enable Serial Console for debugging option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE=1 option CONFIGURE_L2_CACHE=1 # use DOC MIL option USE_DOC_MIL=1 docipl mainboard/asus/cua/ipl.S dir /src/bioscall # Use the internal VGA frame buffer device # option HAVE_FRAMEBUFFER option CONFIG_VGABIOS=1 option CONFIG_REALMODE_IDT=1 option CONFIG_PCIBIOS=1 # Path to your kernel (vmlinux) linux ../ # Kernel command line parameters commandline root=/dev/hda5 console=ttyS0,115200 console=tty0 single option MTRR_ONLY_TOP_64K_FLASH=1
