From 160742c907ba1fc209d0e2086bb4f55fa7f5c8c4 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Tue, 17 May 2016 12:39:49 -0400 Subject: [PATCH] coco3: remove CONFIG_LEGACY_EXEC --- Kernel/platform-coco3/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-coco3/config.h b/Kernel/platform-coco3/config.h index d7bd563e..35649783 100644 --- a/Kernel/platform-coco3/config.h +++ b/Kernel/platform-coco3/config.h @@ -33,7 +33,7 @@ /* The Drivewire block dev rawmode=1 doesn't work just now with the bank16k.c memory layout (yet), so we have to use legacy binary loading... */ -#define CONFIG_LEGACY_EXEC +/* #define CONFIG_LEGACY_EXEC */ /* Video terminal, not a serial tty */ -- 2.34.1