Modular IDE: To Do
- versioning method- remeber to document in load.html ...
- implement list() command in stand/arcs/ide/elf/ide_elf_cmds.c
- implement info() command in stand/arcs/ide/elf/ide_elf_cmds.c
- need restricted libray interface for Core IDE - this will enable us to remove
the -all flag when linking core ... should also be able to generate some
kind of script that checks modules so they only call valid library functions
...
- add proper make clean / make clobber rules to Modular ide Makefiles
- after a module is unloaded with the unload() command and control has been
returned to the core, the core load() command does not work again - most
likely the core builtins have not been properly re-initialized ...
- make it easier to add new modules
stojanof@engr.sgi.com