I royally screwed up that last commit somehow - but these are all part
[buildrom.git] / buildrom-devel / packages / filo / conf / qemu-Config
blob27077c8476a72f244fd821ae545c6428274e8a89
1 # !!! NOTE !!!
2 # Do NOT add spaces or comments at the end of option lines.
3 # It confuses some versions of make.
5 # Use grub instead of autoboot?
6 USE_GRUB = 1
8 # Grub menu.lst path
9 MENULST_FILE = "hda3:/boot/filo/menu.lst"
10 # Via Epia-MII CF boot:
11 #MENULST_FILE = "hde1:/boot/filo/menu.lst"
13 # time before default menu.lst is chosen. Set to 0 to ignore
14 MENULST_TIMEOUT = 0
16 # Image filename for automatic boot and optional command line parameter
17 AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200"
18 #AUTOBOOT_FILE = "mem@0xfff80000"
19 #AUTOBOOT_FILE = "hde1@0"
20 #AUTOBOOT_FILE = "uda1:/vmlinuz.elf"
22 # Time in second before booting AUTOBOOT_FILE
23 AUTOBOOT_DELAY = 2
25 # Driver for hard disk, CompactFlash, and CD-ROM on IDE bus
26 IDE_DISK = 1
28 # Add a short delay when polling status registers 
29 # (required on some broken SATA controllers)
30 # NOTE: Slows down access significantly, so disable 
31 # whenever possible.
32 #IDE_DISK_POLL_DELAY = 1
34 # Use PCMCIA compact flash on Via Epia MII10000 and MII6000E
35 # This device is referred to as hde.
36 #PCMCIA_CF = 1
38 # Driver for USB Storage
39 USB_DISK = 1
41 # VGA text console
42 VGA_CONSOLE = 1
43 PC_KEYBOARD = 1
45 # Serial console 
46 SERIAL_CONSOLE = 1
47 SERIAL_IOBASE = 0x3f8
48 # if SERIAL_SPEED is commented out, the speed will not be changed.
49 #SERIAL_SPEED = 115200
51 # Filesystems
52 FSYS_EXT2FS = 1
53 FSYS_FAT = 1
54 #FSYS_JFS = 1
55 #FSYS_MINIX = 1
56 FSYS_REISERFS = 1
57 #FSYS_XFS = 1
58 FSYS_ISO9660 = 1
60 # Support for boot disk image in bootable CD-ROM (El Torito)
61 ELTORITO = 1
63 # PCI support
64 SUPPORT_PCI = 1
66 # Enable this to scan PCI busses above bus 0
67 # AMD64 based boards do need this.
68 PCI_BRUTE_SCAN = 1
70 # Sound support (needs SUPPORT_PCI)
71 #SUPPORT_SOUND = 1
73 # Sound drivers
74 #VIA_SOUND = 1
76 # Debugging
77 #DEBUG_ALL = 1
78 #DEBUG_ELFBOOT = 1
79 #DEBUG_ELFNOTE = 1
80 #DEBUG_LINUXBIOS = 1
81 #DEBUG_MALLOC = 1
82 #DEBUG_MULTIBOOT = 1
83 #DEBUG_SEGMENT = 1
84 #DEBUG_SYS_INFO = 1
85 #DEBUG_TIMER = 1
86 #DEBUG_BLOCKDEV = 1
87 #DEBUG_PCI = 1
88 #DEBUG_VIA_SOUND = 1
89 #DEBUG_LINUXLOAD = 1
90 #DEBUG_IDE = 1
91 #DEBUG_USB = 1
92 #DEBUG_ELTORITO = 1
94 # i386 options
96 # Loader for standard Linux kernel image, a.k.a. /vmlinuz
97 LINUX_LOADER = 1
99 # Boot FILO from Multiboot loader (eg. GRUB)
100 #MULTIBOOT_IMAGE = 1