From: Alan Cox Date: Sun, 11 Feb 2018 17:17:42 +0000 (+0000) Subject: start: we fire up sysio directly so must set u_done X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8534f4dedf0bc6f5ad7bc7e16753a328d1274e72;p=FUZIX.git start: we fire up sysio directly so must set u_done --- diff --git a/Kernel/start.c b/Kernel/start.c index 8a5b2517..479e600f 100644 --- a/Kernel/start.c +++ b/Kernel/start.c @@ -289,6 +289,7 @@ uint16_t get_root_dev(void) udata.u_sysio = 1; udata.u_count = sizeof(bootline)-1; udata.u_euid = 0; /* Always begin as superuser */ + udata.u_done = 0; cdread(TTYDEV, O_RDONLY); /* read root filesystem name from tty */ rd = bootdevice(bootline);