Run first app from ramdisk!
This commit is contained in:
@@ -23,6 +23,7 @@ struct cpu* cpu_make (void) {
|
||||
struct cpu* cpu = &cpus[id];
|
||||
|
||||
memset (cpu, 0, sizeof (*cpu));
|
||||
cpu->lock = SPIN_LOCK_INIT;
|
||||
cpu->id = id;
|
||||
|
||||
return cpu_get (id);
|
||||
|
||||
Reference in New Issue
Block a user