Last change
on this file since 1372 was 1, checked in by vboxsync, 55 years ago |
import
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.7 KB
|
Line | |
---|
1 | # !!! NOTE !!!
|
---|
2 | # Do NOT add spaces or comments at the end of option lines.
|
---|
3 | # It confuses some versions of make.
|
---|
4 |
|
---|
5 | # Image filename for automatic boot and optional command line parameter
|
---|
6 | #AUTOBOOT_FILE = "hda3:/boot/vmlinuz root=/dev/hda3 console=tty0 console=ttyS0,115200"
|
---|
7 | AUTOBOOT_FILE = "hda2:/boot/vmlinuz initrd=/boot/initrd pci=noacpi ro root=/dev/hda2 console=tty0 console=ttyS0,115200"
|
---|
8 | #AUTOBOOT_FILE = "mem@0xfff80000"
|
---|
9 | #AUTOBOOT_FILE = "hde1@0"
|
---|
10 | #AUTOBOOT_FILE = "uda1:/ram0_2.5_2.6.5_k8.2_mydisk7.elf"
|
---|
11 | #AUTOBOOT_FILE = "hda5:/boot/vmlinuz initrd=/boot/initrd ro root=/dev/hda7 console=tty0 console=ttyS0,115200"
|
---|
12 |
|
---|
13 | # Time in second before booting AUTOBOOT_FILE
|
---|
14 | AUTOBOOT_DELAY = 2
|
---|
15 |
|
---|
16 | # Driver for hard disk, CompactFlash, and CD-ROM on IDE bus
|
---|
17 | IDE_DISK = 1
|
---|
18 |
|
---|
19 | # Driver for USB disk
|
---|
20 | USB_DISK = 1
|
---|
21 |
|
---|
22 | # Filesystems
|
---|
23 | # To make filo.zelf < 32 k, You may not enable JFS, MINIX, XFS
|
---|
24 | # Is anyone still using these file system? BY LYH
|
---|
25 | FSYS_EXT2FS = 1
|
---|
26 | FSYS_FAT = 1
|
---|
27 | #FSYS_JFS = 1
|
---|
28 | #FSYS_MINIX = 1
|
---|
29 | FSYS_REISERFS = 1
|
---|
30 | #FSYS_XFS = 1
|
---|
31 | FSYS_ISO9660 = 1
|
---|
32 |
|
---|
33 | # Support for boot disk image in bootable CD-ROM (El Torito)
|
---|
34 | ELTORITO = 1
|
---|
35 |
|
---|
36 | # PCI support
|
---|
37 | SUPPORT_PCI = 1
|
---|
38 |
|
---|
39 |
|
---|
40 | # Debugging
|
---|
41 | #DEBUG_ALL = 1
|
---|
42 | #DEBUG_ELFBOOT = 1
|
---|
43 | #DEBUG_ELFNOTE = 1
|
---|
44 | #DEBUG_LINUXBIOS = 1
|
---|
45 | #DEBUG_MALLOC = 1
|
---|
46 | #DEBUG_MULTIBOOT = 1
|
---|
47 | #DEBUG_SEGMENT = 1
|
---|
48 | #DEBUG_SYS_INFO = 1
|
---|
49 | #DEBUG_TIMER = 1
|
---|
50 | #DEBUG_BLOCKDEV = 1
|
---|
51 | #DEBUG_PCI = 1
|
---|
52 | #DEBUG_LINUXLOAD = 1
|
---|
53 | #DEBUG_IDE = 1
|
---|
54 | #DEBUG_USB = 1
|
---|
55 | #DEBUG_ELTORITO = 1
|
---|
56 |
|
---|
57 | # i386 options
|
---|
58 |
|
---|
59 | # Loader for standard Linux kernel image, a.k.a. /vmlinuz
|
---|
60 | LINUX_LOADER = 1
|
---|
61 |
|
---|
62 | # Boot FILO from Multiboot loader (eg. GRUB)
|
---|
63 | # You need to modify i386/multiboot.c to use it. change mmrange to e820entries.
|
---|
64 | # By LYH
|
---|
65 | #MULTIBOOT_IMAGE = 1
|
---|
66 |
|
---|
67 | # Use PCI Configuration Mechanism #1 (most boards)
|
---|
68 | PCI_CONFIG_1 = 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.