[add] laos using xv6-riscv thought
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#include "defs.h"
|
||||
|
||||
#ifndef COMMON_H__
|
||||
#define COMMON_H__
|
||||
|
||||
void main();
|
||||
void start();
|
||||
void _entry() __attribute__ ((section (".entry")));
|
||||
|
||||
#endif // COMMON_H__
|
||||
Reference in New Issue
Block a user