7 lines
96 B
C
7 lines
96 B
C
#include "common.h"
|
|
|
|
__attribute__ ((aligned (16))) char stack0[4096 * NCPU];
|
|
|
|
void start() {
|
|
|
|
} |