[okl4-developer] using other iguana stuff

Jorge Torres jorge.torres.maldonado at gmail.com
Fri Oct 12 00:08:53 EST 2007


Hi Peter,

I was wondering whether the directories in the iguana folder are used at
> all.


Sure, there is where servers code is, they are used depending on what you
tell the build system to use, on a regular wombat compilation: timer,
naming, serial, and server are built,

 I can see that the iguana server is activated as well as serial
> but i've noticed that the trace server is not "activated".  I was
> wondering what i have to add (either on the command line or the
> SConscript) to enable these servers.


To add/enable a server on the SConscript you should add

 apps += [your_iguana_server]

iguana_object_env = {
    'naming_server'  : 0x100,
    'trace_server'   : 0x101,
    'serial_server'  : 0x102,
    'timer_server'   : 0x103,
    'your_iguana_server' : 0x104,    #added line
    'wombat_vmalloc' : 0x1111,
    'wombat_rootfs'  : 0x1112,
    'wombat_vmlinux' : 0x1113,
    'vga_area'       : 0x1114,
    }

Cheers,

Jorge

Peter N
>
> _______________________________________________
> Developer mailing list
> Developer at okl4.org
> https://lists.okl4.org/mailman/listinfo/developer
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20071011/8f669d07/attachment.htm 


More information about the Developer mailing list