Files
neulacpu/laos/src/kernel/start.c
2023-05-18 00:05:52 +08:00

7 lines
96 B
C

#include "common.h"
__attribute__ ((aligned (16))) char stack0[4096 * NCPU];
void start() {
}