Changeset 459 for trunk/user/ksh
- Timestamp:
- Aug 13, 2018, 1:43:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/ksh/ksh.c
r458 r459 795 795 unsigned int state; // escape sequence state 796 796 797 char string[80]; 797 // @@@ 798 // parse( "load /bin/user/fft.elf" ); 799 // @@@ 798 800 799 801 enum fsm_states … … 1000 1002 // get KSH process pid and core 1001 1003 parent_pid = getpid(); 1002 get_core( &cxy , & lid ); 1003 1004 printf( "\n\n~~~ KSH on core[%x,%d] ~~~\n\n", cxy , lid ); 1004 get_core( &cxy , &lid ); 1005 1005 1006 1006 // initializes the semaphore used to unblock the interactive thread
Note: See TracChangeset
for help on using the changeset viewer.