code: 9ferno

Download patch

ref: 926b447e2e705eb476de8ccee6898a3a3e1f0fef
parent: 876f68cfab0905e1ab21be625fabd3c49a819075
author: joe9 <joe9mail@gmail.com>
date: Wed Aug 4 14:06:19 EDT 2021

let iprint to screenputs too

--- a/os/port/devcons.c
+++ b/os/port/devcons.c
@@ -20,7 +20,7 @@
 Queue*	lineq;			/* processed console input */
 Queue*	printq;			/* console output */
 Queue*	klogq;			/* kernel print (log) output */
-int	iprintscreenputs;
+int	iprintscreenputs = 1;
 int	panicking;
 
 static struct