31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<HTML VERSION="2.0">
|
|
<HEAD>
|
|
<!-- WEBMAGIC VERSION NUMBER="2.0.1" -->
|
|
<!-- WEBMAGIC TRANSLATION NAME="ServerRoot" SRC="/var/www/htdocs/" DST="/" -->
|
|
<!-- WEBMAGIC TRANSLATION NAME="ProjectRoot" SRC="./" DST="" -->
|
|
<TITLE> Modular IDE To Do </TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<P><A HREF="modular.html"><IMG SRC="/images/diags.gif" WIDTH="100" HEIGHT="75" BORDER="2" SGI_FULLPATH="/var/www/htdocs/images/diags.gif"> </A></P>
|
|
<H1>Modular IDE: To Do</H1>
|
|
<HR>
|
|
<OL>
|
|
<LI>versioning method- remeber to document in load.html ...
|
|
<LI>implement list() command in stand/arcs/ide/elf/ide_elf_cmds.c
|
|
<LI>implement info() command in stand/arcs/ide/elf/ide_elf_cmds.c
|
|
<LI>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
|
|
...
|
|
<LI>add proper make clean / make clobber rules to Modular ide Makefiles
|
|
<LI>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 ...
|
|
<LI>make it easier to add new modules
|
|
</OL>
|
|
<HR>
|
|
<ADDRESS><A HREF="http://gork/mail-form.html">stojanof@engr.sgi.com</A></ADDRESS>
|
|
</BODY>
|
|
</HTML>
|