Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/modules/HelloWorld/HelloWorldInit.c

Source at commit 304 created 13 years 11 months ago.
By zef, Fixed cache size configuration in msdos.c.
1extern int load_dependency(const char*);
2
3int start() {
4int returnValue = 1;
5if(returnValue) returnValue &= load_dependency("Symbols");
6return returnValue;
7}
8

Archive Download this file

Revision: 304