Chameleon

Chameleon Commit Details

Date:2011-06-01 16:24:35 (12 years 10 months ago)
Author:Evan Lojewski
Commit:938
Parents: 937
Message:Added additional info to modules Makefile. This information will be embeded into the modules soon.
Changes:
M/trunk/i386/modules/uClibcxx/Makefile
M/trunk/i386/modules/klibc/Makefile
M/trunk/i386/modules/HelloWorld/Makefile

File differences

trunk/i386/modules/uClibcxx/Makefile
1
21
2
3
34
45
56
MODULE_NAME = uClibcxx
MODULE_DESCRIPTION = This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules. Please note that rtti and exceptions has both been disabled.
MODULE_AUTHOR =
MODULE_VERSION = "0.2.2"
MODULE_COMPAT_VERSION = "0.2.2"
MODULE_START = $(MODULE_NAME)_start
trunk/i386/modules/klibc/Makefile
11
2
3
24
35
46
MODULE_NAME = klibc
MODULE_DESCRIPTION: This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient. This is currently only used by the uClibc++ library.
MODULE_AUTHOR =
MODULE_VERSION = "1.5.20"
MODULE_COMPAT_VERSION = "1.5.20"
MODULE_START = $(MODULE_NAME)_start
trunk/i386/modules/HelloWorld/Makefile
11
2
3
24
35
46
MODULE_NAME = HelloWorld
MODULE_DESCRIPTION = This module provides an example implementation of a module. Should not be used for regular bootup
MODULE_AUTHOR =
MODULE_VERSION = "1.0.0"
MODULE_COMPAT_VERSION = "1.0.0"
MODULE_START = $(MODULE_NAME)_start

Archive Download the corresponding diff file

Revision: 938