Forum Discussion
Altera_Forum
Honored Contributor
16 years agoconsole driver
For starters, my experience with operating systems is predicated around vxWorks. That said consider the contrived program: # include <iostream>
bool done = false ;
static
void display()...
Altera_Forum
Honored Contributor
16 years agoLooks like these guys wrote a command shell for a uC/OS-II like OS. Have a look at it:
http://courses.cit.cornell.edu/ee476/rtos/index.html It's about 3/4 down the page under the "Command Shell for aOS" section. Jake