From b5b7fec1a80d62a2afe903ab88c67276c366d741 Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Mon, 20 Sep 2004 09:41:42 +0000 Subject: [PATCH] include OEM MS/PC boot sector in sys by default git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1050 6ac86273-5f31-0410-b378-82cca8765d1b --- sys/sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys.c b/sys/sys.c index 481cf56..1afb43d 100644 --- a/sys/sys.c +++ b/sys/sys.c @@ -28,7 +28,7 @@ #define DEBUG /* #define DDEBUG */ -/* #define WITHOEMCOMPATBS */ /* uncomment for larger sys that support MS/PC DOS */ +#define WITHOEMCOMPATBS /* include support for OEM MS/PC DOS 3.??-6.x */ #define SYS_VERSION "v3.4"