summaryrefslogtreecommitdiff
path: root/i386/bogus
diff options
context:
space:
mode:
Diffstat (limited to 'i386/bogus')
-rw-r--r--i386/bogus/com.h2
-rw-r--r--i386/bogus/fpe.h2
-rw-r--r--i386/bogus/lpr.h1
-rw-r--r--i386/bogus/mach_machine_routines.h1
-rw-r--r--i386/bogus/platforms.h1
-rw-r--r--i386/bogus/rc.h16
6 files changed, 0 insertions, 23 deletions
diff --git a/i386/bogus/com.h b/i386/bogus/com.h
deleted file mode 100644
index ea7ad7a..0000000
--- a/i386/bogus/com.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define NCOM 4
-
diff --git a/i386/bogus/fpe.h b/i386/bogus/fpe.h
deleted file mode 100644
index 3850b40..0000000
--- a/i386/bogus/fpe.h
+++ /dev/null
@@ -1,2 +0,0 @@
-/* We do not have a floating point implementation. */
-#define FPE 0
diff --git a/i386/bogus/lpr.h b/i386/bogus/lpr.h
deleted file mode 100644
index 02a8ebf..0000000
--- a/i386/bogus/lpr.h
+++ /dev/null
@@ -1 +0,0 @@
-#define NLPR 1
diff --git a/i386/bogus/mach_machine_routines.h b/i386/bogus/mach_machine_routines.h
deleted file mode 100644
index bf7bab5..0000000
--- a/i386/bogus/mach_machine_routines.h
+++ /dev/null
@@ -1 +0,0 @@
-#define MACH_MACHINE_ROUTINES 1
diff --git a/i386/bogus/platforms.h b/i386/bogus/platforms.h
deleted file mode 100644
index c4d0a24..0000000
--- a/i386/bogus/platforms.h
+++ /dev/null
@@ -1 +0,0 @@
-#define AT386 1
diff --git a/i386/bogus/rc.h b/i386/bogus/rc.h
deleted file mode 100644
index 7bbe598..0000000
--- a/i386/bogus/rc.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * This controls whether or not we use a serial line for the console
- * (ie, remote console).
- */
-
-/*
- * Values for RCLINE:
- * -1 = disable
- * 0 = port 0x3f8/irq 4 (DOS COM1)
- * 1 = port 0x2f8/irq 3 (DOS COM2)
- * 2 = port 0x3e8/irq 5 (DOS COM3)
- * 3 = port 0x2e8/irq 9 (DOS COM4)
- */
-
-#define RCLINE -1 /* com port for console */
-#define RCADDR 0x3f8 /* where it is */