Implement syscalls, hello world from userspace
This commit is contained in:
@ -7,7 +7,6 @@
|
||||
|
||||
typedef struct {
|
||||
struct flanterm_context *ftctx;
|
||||
SpinLock spinlock;
|
||||
} Term;
|
||||
|
||||
extern Term TERM;
|
||||
|
Reference in New Issue
Block a user