shithub: riscv

Download patch

ref: bc83608fcaceb86836ad4edb1dc721b28e9e4e95
parent: 9ce9299d17b565cb20e94cd39563fbb30533b5a8
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Mar 2 20:19:50 EST 2017

kenrel: increase archfile array size from 16 to 32

--- a/sys/src/9/pc/devarch.c
+++ b/sys/src/9/pc/devarch.c
@@ -36,7 +36,7 @@
 	Qmsr,
 	Qbase,
 
-	Qmax = 16,
+	Qmax = 32,
 };
 
 enum {