Simple ROM OS like program.
This project is explicitly for 68HC811E2 device. The code of the program is quite big and that is the only device I'm aware of that has sufficient build in programmable memory. The title is a bit misleading, this is not an OS by any means - the program has simple UI interface, but does not provide any resource management features. You may look at it as a boot loader with UI.
Features:
Cons:
Well it is also a great way to learn how to do more complex 68HC11 programming. I'll show you how to "expose" the OS services to other programs.
To be continued ...