OS_Write0 returns a pointer
[riscose.git] / PROBLEMS
blob06a2f3d3d68ef9f38b9c623ca0289066035adaf0
1 How to allow templates to be built, being careful not to clobber
2 existing filled-in ones
4 What happens if we change the riscose_template output and then want
5 to re-integrate things written using the old template?
7 Need a OS_CLI to run UnixLib-based software (remember that you can use
8 -mlibscl to get working binaries, though).  How should this be done?
9 Probably a similar registration system for handlers as for SWIs
11 Do we want to put all code into swi emulation files, or generally have
12 a more flexible approach that allows separate source files?
14 Would be nice if e.g. libfileswitch.a was merged with libos.a rather
15 than having to put libfileswitch.a in the main src/Makefile.am
17 Some SWIs in wimp have different OSLib routines for the same SWI.
18 Either:
19         patch the .osl file to leave only one routine
20         make the above automatic in defmod
21         leave them in there and write the despatcher to call one
22         particular version