diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsdos2-1.h | 6 | ||||
| -rw-r--r-- | src/s/bsdos2.h | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/s/bsdos2-1.h b/src/s/bsdos2-1.h new file mode 100644 index 00000000000..7a8b6630d02 --- /dev/null +++ b/src/s/bsdos2-1.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | /* s/ file for BSDI BSD/OS 2.1 system. */ | ||
| 2 | |||
| 3 | #include "bsdos2.h" | ||
| 4 | |||
| 5 | #undef LIB_X11_LIB | ||
| 6 | #define LIB_X11_LIB -L/usr/X11/lib -lX11 -lipc | ||
diff --git a/src/s/bsdos2.h b/src/s/bsdos2.h new file mode 100644 index 00000000000..c3c477c4d98 --- /dev/null +++ b/src/s/bsdos2.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | /* s/ file for BSDI BSD/OS 2.0 system. */ | ||
| 2 | |||
| 3 | #include "bsd386.h" | ||
| 4 | |||
| 5 | #define TEXT_START 0x1020 /* for QMAGIC */ | ||
| 6 | #define START_FILES pre-crt0.o /usr/lib/crt0.o | ||
| 7 | #define HAVE_TERMIOS | ||
| 8 | #define NO_TERMIO | ||