[add] laos using xv6-riscv thought

This commit is contained in:
bLueriVerLHR
2023-05-18 00:05:52 +08:00
parent 399c978c09
commit 5d31bf294c
21 changed files with 462 additions and 22 deletions

7
laos/src/kernel/start.c Normal file
View File

@@ -0,0 +1,7 @@
#include "common.h"
__attribute__ ((aligned (16))) char stack0[4096 * NCPU];
void start() {
}