git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: lunadbg GDB plugin to ease kernel debugging process.
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
lxconsole.h
diff --git
a/lunaix-os/includes/lunaix/lxconsole.h
b/lunaix-os/includes/lunaix/lxconsole.h
index 02e21980db359d98b40b30806cb6a0ba93a463b6..fbf59a462d65568c71fa2708c74873a3d4b394fc 100644
(file)
--- a/
lunaix-os/includes/lunaix/lxconsole.h
+++ b/
lunaix-os/includes/lunaix/lxconsole.h
@@
-1,6
+1,13
@@
#ifndef __LUNAIX_LXCONSOLE_H
#define __LUNAIX_LXCONSOLE_H
+#define TCINTR 0x03 // ETX
+#define TCEOF 0x04 // EOT
+#define TCBS 0x08 // BS
+#define TCLF 0x0A // LF
+#define TCCR 0x0D // CR
+#define TCSTOP 0x1A // SUB
+
void
lxconsole_init();