From 51cdb6b523be973e802cc940c6ac54cc8a50b802 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 5 Apr 2022 22:24:47 +0200 Subject: add vmware support, debug logging to serial port, and fix ps2 routine clobbering registers --- vboxlog.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 vboxlog.h (limited to 'vboxlog.h') 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 - -/** Logs a single character to the VBox debug message port. */ -static inline void vbox_log_putc(char c) -{ - outp(0x504, c); -} - -#endif // VBOXDLOG_H -- cgit v1.2.3