From: Alan Cox Date: Wed, 4 Jul 2018 00:49:51 +0000 (+0100) Subject: kernel: default to ro mount X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bbff42c7aab3cd238fbf32d286fc1944129a0f81;p=FUZIX.git kernel: default to ro mount --- diff --git a/Kernel/start.c b/Kernel/start.c index 3e0bfbd5..9af91609 100644 --- a/Kernel/start.c +++ b/Kernel/start.c @@ -7,7 +7,7 @@ #define BAD_ROOT_DEV 0xFFFF -static uint8_t ro; +static uint8_t ro = 1; /* * Put nothing here that cannot be discarded. We make the entirety