From 0a7a361afaed771b8d0414641b0ada1d76bf2ca1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 23 Jun 1997 02:45:44 +0000 Subject: [PATCH] (KERNEL_FILE): New overriding definition. --- src/s/bsdos2.h | 3 +++ 1 file changed, 3 insertions(+) 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 @@ #define START_FILES pre-crt0.o /usr/lib/crt0.o #define HAVE_TERMIOS #define NO_TERMIO + +#undef KERNEL_FILE +#define KERNEL_FILE "/bsd" -- 2.39.5