Chameleon

Chameleon Commit Details

Date:2011-07-30 08:58:42 (12 years 7 months ago)
Author:Evan Lojewski
Commit:1240
Parents: 1239
Message:Update cconfig files
Changes:
M/branches/xZen/src/modules/Cconfig
M/branches/xZen/src/i386/Cconfig
M/branches/xZen/src/modules/FileSystem/Cconfig
M/branches/xZen/src/util/Cconfig

File differences

branches/xZen/src/modules/FileSystem/Cconfig
99
1010
1111
12
12
---help---
Say Y here if you want to enable to use of this module.
source "i386/modules/FileSystem/HFS/Cconfig"
source "src/modules/FileSystem/HFS/Cconfig"
branches/xZen/src/modules/Cconfig
1818
1919
2020
21
21
2222
2323
24
25
26
27
28
24
25
26
27
28
2929
30
30
3131
menu "Modules"
# NOTE: ModuleSystem should always be compiled in
source "i386/modules/ModuleSystem/Cconfig"
source "src/modules/ModuleSystem/Cconfig"
# NOTE BiosDisk, FileSystem should both be enabled as well as at least one file system driver
source "i386/modules/klibc/Cconfig"
source "i386/modules/objc/Cconfig"
source "i386/modules/uClibcxx/Cconfig"
source "i386/modules/Disk/Cconfig"
source "i386/modules/FileSystem/Cconfig"
source "src/modules/klibc/Cconfig"
#source "src/modules/objc/Cconfig"
source "src/modules/uClibcxx/Cconfig"
source "src/modules/Disk/Cconfig"
source "src/modules/FileSystem/Cconfig"
source "i386/modules/HelloWorld/Cconfig"
source "src/modules/HelloWorld/Cconfig"
endmenu
branches/xZen/src/i386/Cconfig
88
99
1010
11
12
1311
1412
1513
1614
1715
1816
19
20
2117
2218
2319
---help---
Specify the level to compile chameleon with.
source "src/i386/util/Cconfig"
source "src/i386/boot0/Cconfig"
source "src/i386/boot1/Cconfig"
source "src/i386/boot2/Cconfig"
source "src/i386/modules/Cconfig"
source "src/i386/libsa/Cconfig"
source "src/i386/libsaio/Cconfig"
branches/xZen/src/util/Cconfig
77
88
99
10
10
1111
1212
1313
chameleon boot sequence.
When in doubt, say "Y".
source "i386/util/fdisk/Cconfig"
source "src/util/fdisk/Cconfig"
config OPENUP
bool "openUp utility"

Archive Download the corresponding diff file

Revision: 1240