Modular IDE: To Do


  1. versioning method- remeber to document in load.html ...
  2. implement list() command in stand/arcs/ide/elf/ide_elf_cmds.c
  3. implement info() command in stand/arcs/ide/elf/ide_elf_cmds.c
  4. 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 ...
  5. add proper make clean / make clobber rules to Modular ide Makefiles
  6. 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 ...
  7. make it easier to add new modules

stojanof@engr.sgi.com