This patch updates buildrom to use the latest filo revision, which includes the
[buildrom.git] / buildrom-devel / packages / filo / conf / m57sli-Config
blobe9bca6175fffd2a1d18319aa428be3e5030ad934
1 # Use grub instead of autoboot?
2 USE_GRUB = 1
3 # Grub menu.lst path
4 MENULST_FILE = "hde1:/boot/grub/menu.lst"
5 # Driver for hard disk, CompactFlash, and CD-ROM on IDE bus
6 IDE_DISK = 1
7 # Add a short delay when polling status registers
8 # (required on some broken SATA controllers)
9 IDE_DISK_POLL_DELAY = 1
10 # Wait 5 seconds to allow the sata disks to spin up
11 SLOW_SATA = 1
12 # Driver for USB Storage
13 USB_DISK = 1
14 # VGA text console
15 VGA_CONSOLE = 1
16 PC_KEYBOARD = 1
17 # Enable the serial console
18 SERIAL_CONSOLE = 1
19 # Serial console; real external serial port
20 SERIAL_IOBASE = 0x3f8
21 SERIAL_SPEED = 115200
22 # Filesystems
23 FSYS_EXT2FS = 1
24 FSYS_ISO9660 = 1
25 # Support for boot disk image in bootable CD-ROM (El Torito)
26 ELTORITO = 1
27 # PCI support
28 SUPPORT_PCI = 1
29 # Enable this to scan PCI busses above bus 0
30 # AMD64 based boards do need this.
31 PCI_BRUTE_SCAN = 1
32 # Loader for standard Linux kernel image, a.k.a. /vmlinuz
33 LINUX_LOADER = 1
35 # Debugging
36 #DEBUG_ALL = 1
37 #DEBUG_ELFBOOT = 1
38 #DEBUG_ELFNOTE = 1
39 #DEBUG_LINUXBIOS = 1
40 #DEBUG_MALLOC = 1
41 #DEBUG_MULTIBOOT = 1
42 #DEBUG_SEGMENT = 1
43 #DEBUG_SYS_INFO = 1
44 #DEBUG_TIMER = 1
45 #DEBUG_BLOCKDEV = 1
46 #DEBUG_PCI = 1
47 #DEBUG_VIA_SOUND = 1
48 #DEBUG_LINUXLOAD = 1
49 #DEBUG_IDE = 1
50 #DEBUG_USB = 1
51 #DEBUG_ELTORITO = 1