[A83] Re: 83p os


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

[A83] Re: 83p os



> For example, Windows tells programmers not to write to
> memory outside of their programs. It's up to them to comply, and if
> they don't, well, their program crashes. Same thing with this.

Well, it's a bit different.  Windows OS will "know" when an app violates the
rule because the processor will generate a page fault interrupt, so that the
operating system can prevent corruption of memory belonging to itself by
user programs.  The TI-OS has no way of detecting such things, and will
probably crash if the program was not careful in writing to OS memory.




Follow-Ups: References: