Initial revision
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
# !!! NOTE !!!
|
||||
# Do NOT add spaces or comments at the end of option lines.
|
||||
# It confuses some versions of make.
|
||||
|
||||
# Image filename for automatic boot and optional command line parameter
|
||||
#AUTOBOOT_FILE = "hda3:/boot/vmlinuz root=/dev/hda3 console=tty0 console=ttyS0,115200"
|
||||
AUTOBOOT_FILE = "hda2:/boot/vmlinuz initrd=/boot/initrd pci=noacpi ro root=/dev/hda2 console=tty0 console=ttyS0,115200"
|
||||
#AUTOBOOT_FILE = "mem@0xfff80000"
|
||||
#AUTOBOOT_FILE = "hde1@0"
|
||||
#AUTOBOOT_FILE = "uda1:/ram0_2.5_2.6.5_k8.2_mydisk7.elf"
|
||||
#AUTOBOOT_FILE = "hda5:/boot/vmlinuz initrd=/boot/initrd ro root=/dev/hda7 console=tty0 console=ttyS0,115200"
|
||||
|
||||
# Time in second before booting AUTOBOOT_FILE
|
||||
AUTOBOOT_DELAY = 2
|
||||
|
||||
# Driver for hard disk, CompactFlash, and CD-ROM on IDE bus
|
||||
IDE_DISK = 1
|
||||
|
||||
# Driver for USB disk
|
||||
USB_DISK = 1
|
||||
|
||||
# Filesystems
|
||||
# To make filo.zelf < 32 k, You may not enable JFS, MINIX, XFS
|
||||
# Is anyone still using these file system? BY LYH
|
||||
FSYS_EXT2FS = 1
|
||||
FSYS_FAT = 1
|
||||
#FSYS_JFS = 1
|
||||
#FSYS_MINIX = 1
|
||||
FSYS_REISERFS = 1
|
||||
#FSYS_XFS = 1
|
||||
FSYS_ISO9660 = 1
|
||||
|
||||
# Support for boot disk image in bootable CD-ROM (El Torito)
|
||||
ELTORITO = 1
|
||||
|
||||
# PCI support
|
||||
SUPPORT_PCI = 1
|
||||
|
||||
|
||||
# Debugging
|
||||
#DEBUG_ALL = 1
|
||||
#DEBUG_ELFBOOT = 1
|
||||
#DEBUG_ELFNOTE = 1
|
||||
#DEBUG_LINUXBIOS = 1
|
||||
#DEBUG_MALLOC = 1
|
||||
#DEBUG_MULTIBOOT = 1
|
||||
#DEBUG_SEGMENT = 1
|
||||
#DEBUG_SYS_INFO = 1
|
||||
#DEBUG_TIMER = 1
|
||||
#DEBUG_BLOCKDEV = 1
|
||||
#DEBUG_PCI = 1
|
||||
#DEBUG_LINUXLOAD = 1
|
||||
#DEBUG_IDE = 1
|
||||
#DEBUG_USB = 1
|
||||
#DEBUG_ELTORITO = 1
|
||||
|
||||
# i386 options
|
||||
|
||||
# Loader for standard Linux kernel image, a.k.a. /vmlinuz
|
||||
LINUX_LOADER = 1
|
||||
|
||||
# Boot FILO from Multiboot loader (eg. GRUB)
|
||||
# You need to modify i386/multiboot.c to use it. change mmrange to e820entries.
|
||||
# By LYH
|
||||
#MULTIBOOT_IMAGE = 1
|
||||
|
||||
# Use PCI Configuration Mechanism #1 (most boards)
|
||||
PCI_CONFIG_1 = 1
|
||||
Reference in New Issue
Block a user