aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-23 02:45:44 +0000
committerRichard M. Stallman1997-06-23 02:45:44 +0000
commit0a7a361afaed771b8d0414641b0ada1d76bf2ca1 (patch)
tree7904d996eef09d002f630f2badd850e787add401 /src
parent498545661afb521e84a57bcf7066186c357803c5 (diff)
downloademacs-0a7a361afaed771b8d0414641b0ada1d76bf2ca1.tar.gz
emacs-0a7a361afaed771b8d0414641b0ada1d76bf2ca1.zip
(KERNEL_FILE): New overriding definition.
Diffstat (limited to 'src')
-rw-r--r--src/s/bsdos2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/bsdos2.h b/src/s/bsdos2.h
index c3c477c4d98..a6970b65491 100644
--- a/src/s/bsdos2.h
+++ b/src/s/bsdos2.h
@@ -6,3 +6,6 @@
6#define START_FILES pre-crt0.o /usr/lib/crt0.o 6#define START_FILES pre-crt0.o /usr/lib/crt0.o
7#define HAVE_TERMIOS 7#define HAVE_TERMIOS
8#define NO_TERMIO 8#define NO_TERMIO
9
10#undef KERNEL_FILE
11#define KERNEL_FILE "/bsd"