aboutsummaryrefslogtreecommitdiff
path: root/vboxlog.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-05 22:24:47 +0200
committerJavier <dev.git@javispedro.com>2022-04-05 22:24:47 +0200
commit51cdb6b523be973e802cc940c6ac54cc8a50b802 (patch)
tree85ad0eb5dc50ab3c4d635c6e70a930ce4589f8bc /vboxlog.h
parentc028004510a24480f93e57ccc6c7b64b79143aa4 (diff)
downloadvbados-51cdb6b523be973e802cc940c6ac54cc8a50b802.tar.gz
vbados-51cdb6b523be973e802cc940c6ac54cc8a50b802.zip
add vmware support, debug logging to serial port, and fix ps2 routine clobbering registers
Diffstat (limited to 'vboxlog.h')
-rw-r--r--vboxlog.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/vboxlog.h b/vboxlog.h
deleted file mode 100644
index 559566b..0000000
--- a/vboxlog.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef VBOXDLOG_H
-#define VBOXDLOG_H
-
-#include <conio.h>
-
-/** Logs a single character to the VBox debug message port. */
-static inline void vbox_log_putc(char c)
-{
- outp(0x504, c);
-}
-
-#endif // VBOXDLOG_H