Rework x86_64 paging and vmm
This commit is contained in:
@ -7,10 +7,12 @@
|
||||
|
||||
typedef struct {
|
||||
struct flanterm_context *ftctx;
|
||||
SpinLock spinlock;
|
||||
} Term;
|
||||
|
||||
extern Term TERM;
|
||||
|
||||
void term_init(void);
|
||||
void term_write_unsafe(const char *s, size_t len);
|
||||
|
||||
#endif // TERM_TERM_H_
|
||||
|
Reference in New Issue
Block a user