yOn Fri, 29 Aug 2003, Leopold Toetsch wrote:
> I have checked in a small change:
> - B<exit>(in INT) throws an exception with severity C<EXCEPT_exit> and
> the given exit status.
I think we might want to go a little further than this, but it's fine for
now. We can extend it with B<exit>(in PMC) later.
> - the system itself doesn't through such an exception on runloop exit
> yet, this would need classifying exception handlers, so that not
> arbitrary user handlers would catch this exception, and some rework to
> print profiling/debug code.
>
> I'd like to change the startup parameters too: move the ARGV array from
> P0 to P5. This would allow main to be:
Sure, go for it. We can revisit which things go where as well, sinc ewe
may have to pass in other htings, like IO handles and such.
Dan