Basic VM and other minor improvements.
Not complete, probably not fully debugged or optimized.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/* tty.h - Terminals */
|
||||
|
||||
#include <timers.h>
|
||||
#include "../../kernel/const.h"
|
||||
#include "../../kernel/type.h"
|
||||
|
||||
#undef lock
|
||||
#undef unlock
|
||||
@@ -115,8 +113,6 @@ extern unsigned long rs_irq_set;
|
||||
|
||||
extern int panicing; /* From panic.c in sysutil */
|
||||
|
||||
extern int sticky_alt_mode; /* right-alt sticky to switch codepages */
|
||||
|
||||
/* Values for the fields. */
|
||||
#define NOT_ESCAPED 0 /* previous character is not LNEXT (^V) */
|
||||
#define ESCAPED 1 /* previous character was LNEXT (^V) */
|
||||
|
||||
Reference in New Issue
Block a user