[A83] Re: 83p os


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

[A83] Re: 83p os



Man, this is where an extra memory module would come in handy :)  If you're
going to allow whatever you want in your OS....



Patai Gergely wrote:
>> If somebody want to have a interrupt in his program, they can chose
>> another OS... this OS is built for applications without direct jumps
>> and interrupts. But you can simulate interrupt with a loop that sends
>> signals in another thread, or maybe use software-interrupts if we
>> implement it.
> These limitations are too severe. If you use variable references
> (that's something you just can't avoid), you can also fix absolute
> jumps and calls (again, simulating calls with relative jumps is
> simply not a good idea, and you do need them in basically everything
> that isn't a "Hello world").
>
> What could this OS be used for? What kind of applications were you
> thinking about?





References: