From 3f85f6355c2a5c33fb2c3d396e3d93771a22b44a Mon Sep 17 00:00:00 2001 From: AlmuHS Date: Sat, 13 Jul 2019 15:30:05 +0200 Subject: debug: added a high delay before start another cpu --- i386/i386/mp_desc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c index 858c2a63..c4e6630f 100644 --- a/i386/i386/mp_desc.c +++ b/i386/i386/mp_desc.c @@ -592,6 +592,8 @@ start_other_cpus(void) cpu_start(cpu); stack_start += STACK_SIZE; + + delay(3000000); } } -- cgit v1.2.3