[A83] Re: 83p os


[Prev][Next][Index][Thread]

[A83] Re: 83p os



At 10:38 PM 4/19/2003 +0200, you wrote:
>On Thu, 17 Apr 2003 22:34:26 +0100
>"Patai Gergely" <patai_gergely@fastmail.fm> wrote:
>
> > It depends on what the OS is made for. For me it would make more sense
> > to create a relatively simple language which provides access to the
> > hardware(LCD, keyboard, link port), has builtin integer/fp arithmetic
> > and lets you use basic control structures (functions, for, while,
> > switch, if-then-else...) and pointers with automatic address
> > verification.
> >
> > What I usually miss about the TIOS is the possibility to draw graphs
> > and run programs in the background while e. g. reviewing preceding
> > results on the home screen. It would be nice to retain user
> > interaction while running a long calculation.
> >
> > PG

The reason that the calculation takes a long time is because even running 
flat out, the Z80 can't do FP math very fast.  Having user interaction at 
the same time would slow it even more.  Just the overhead of witching from 
one process to another would kill it, even if the second process did 
nothing but idle.





Follow-Ups: References: