From: Alan Cox Date: Sat, 8 Nov 2014 22:10:52 +0000 (+0000) Subject: pcw8256: update to the new major/minor numbers X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a9fac425596a53b2214f918ac21ad93579b68d16;p=FUZIX.git pcw8256: update to the new major/minor numbers Without this we panic with no tty on boot --- diff --git a/Kernel/platform-pcw8256/config.h b/Kernel/platform-pcw8256/config.h index 6305948c..91e8d255 100644 --- a/Kernel/platform-pcw8256/config.h +++ b/Kernel/platform-pcw8256/config.h @@ -36,7 +36,7 @@ #define SWAPBASE 0x0000 /* We swap the lot in one, include the */ #define SWAPTOP 0xF000 /* vectors so its a round number of sectors */ -#define BOOT_TTY 18 +#define BOOT_TTY (512 + 1) #define CMDLINE NULL