Skip to content
Snippets Groups Projects
Commit e28d308b authored by Armin Luntzer's avatar Armin Luntzer
Browse files

change init/main.c to execute "CrApp1" for testing with the SMILE

application software
parent 9a243b9c
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,9 @@ arch_initcall(kernel_init);
#include <kernel/clockevent.h>
int kernel_main(void)
{
#if 0
struct task_struct *t;
#endif
printk(MSG "Loading module image\n");
......@@ -138,7 +139,7 @@ int kernel_main(void)
void *addr;
struct elf_module m;
addr = module_read_embedded("executable_demo");
addr = module_read_embedded("CrApp1");
pr_debug(MSG "test executable address is %p\n", addr);
if (addr)
......@@ -188,7 +189,7 @@ int kernel_main(void)
while(1) {
printk("|");
// printk("|");
cpu_relax();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment