syscall lab finished
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include "kernel/types.h"
|
||||
#include "kernel/sysinfo.h"
|
||||
struct stat;
|
||||
|
||||
// system calls
|
||||
@ -24,6 +25,7 @@ char *sbrk(int);
|
||||
int sleep(int);
|
||||
int uptime(void);
|
||||
int trace(int);
|
||||
int sysinfo(struct sysinfo*);
|
||||
|
||||
// ulib.c
|
||||
int stat(const char *, struct stat *);
|
||||
|
||||
Reference in New Issue
Block a user