diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2010-09-09 15:21:12 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2010-09-09 15:21:12 -0500 |
| commit | 51621c156c03feff0d5e4246ecd2e18473fd347d (patch) | |
| tree | 4e64c4bb13b54a081e3b2d0d2db886d4f3379def /src/usr/example | |
| parent | 80b83026362d07b10ed1ae16afb162f7699757cb (diff) | |
| download | blackbird-hostboot-51621c156c03feff0d5e4246ecd2e18473fd347d.tar.gz blackbird-hostboot-51621c156c03feff0d5e4246ecd2e18473fd347d.zip | |
Add task_exec system call.
Diffstat (limited to 'src/usr/example')
| -rw-r--r-- | src/usr/example/example.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/example/example.C b/src/usr/example/example.C index 18095ac5b..2fd0ef367 100644 --- a/src/usr/example/example.C +++ b/src/usr/example/example.C @@ -24,5 +24,6 @@ void _init(void*) extern "C" void _start(void*) { + printk("Executing example module.\n"); task_end(); } |

