From: Alan Cox Date: Mon, 6 Apr 2015 10:44:11 +0000 (+0100) Subject: dragon-nx32: doesn't support raw I/O yet so set the legacy flag X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7c5577dd7ee74099069651aae9298102c99df0d1;p=FUZIX.git 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 --- 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 */