2011-01-07 02:28 AM
Running a system with two separate stacks
2011-05-17 05:20 AM
I have written an OS using one stack per process, and a supervisor stack, and SVC calls (and a messaging system and a GUI and a filesystem and a BASIC interpreter and an audio system and a touch interface).
I used Joseph Yiu's book, and it was invaluable. I can't give you my code as it's a large system, but it's pretty straightforward to get the basics up and running. Chris.