From: Luca A. <luc...@em...> - 2003-03-19 15:49:45
|
Hi all, I just committed two new examples: - readdemo.c ---> tests DOS_fopen(), DOS_fread() & friends - pitsched.c ---> shows how to implement a scheduler without using events Both the examples seem to be working well. I also added a check in DOS_init(), so that it fails if the program is not ran through the eXtender. Finally, I changed something in xlib/exc.s (this is needed by pitsched.xtn if the timer handler is installed by using l1_irq_bind() instead of irq_bind()). Please check if everything is still working ok... If you see problems, try to recompile with -D__LATE_EOI__. Luca |