home *** CD-ROM | disk | FTP | other *** search
- class com.neodelight.flanix.Kernel
- {
- function Kernel()
- {
- }
- static function init()
- {
- if(_global.$FLANIX_VERSION)
- {
- return undefined;
- }
- _global.$FLANIX_VERSION = "0.2.0";
- if(!_global.lib)
- {
- _global.lib = new Object();
- }
- if(!_global.lib.Blueprints)
- {
- _global.lib.Blueprints = com.neodelight.std.Blueprint.lib;
- }
- if(!_global["var"])
- {
- _global["var"] = new Object();
- }
- if(!_global["var"].log)
- {
- _global["var"].log = new Object();
- }
- if(!_global.mnt)
- {
- _global.mnt = new Object();
- }
- if(!_global.etc)
- {
- _global.etc = new Object();
- }
- _global.etc.host = com.neodelight.std.XSystem.getDomain();
- if(!_global.dev)
- {
- _global.dev = new Object();
- }
- if(!_global.dev["null"])
- {
- _global.dev["null"] = function()
- {
- };
- }
- _global._root = _level0;
- var _loc2_ = new com.neodelight.flanix.Bin();
- }
- }
-