From 7c5577dd7ee74099069651aae9298102c99df0d1 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 6 Apr 2015 11:44:11 +0100 Subject: [PATCH] dragon-nx32: doesn't support raw I/O yet so set the legacy flag Without this binaries over 512 bytes long won't get loaded right --- Kernel/platform-dragon-nx32/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kernel/platform-dragon-nx32/config.h b/Kernel/platform-dragon-nx32/config.h index 77233a48..43f4c64e 100644 --- a/Kernel/platform-dragon-nx32/config.h +++ b/Kernel/platform-dragon-nx32/config.h @@ -18,6 +18,9 @@ /* And swapping */ #undef SWAPDEV +/* Until the Becker and floppy driver support raw I/O */ +#define CONFIG_LEGACY_EXEC + /* Video terminal, not a serial tty */ #define CONFIG_VT /* Simple text mode */ -- 2.34.1