code: drawterm

Download patch

ref: b103246745d12e985699a04877cbfa2d6138d9fb
parent: 9731b2c5e105e92d14a7899fddd7142f6f99fc3f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Feb 25 03:53:52 EST 2016

bring back /dev/audio, sorry :-)

--- a/main.c
+++ b/main.c
@@ -57,6 +57,8 @@
 		panic("bind #I: %r");
 	if(bind("#U", "/root", MREPL) < 0)
 		panic("bind #U: %r");
+	bind("#A", "/dev", MAFTER);
+
 	if(open("/dev/cons", OREAD) != 0)
 		panic("open0: %r");
 	if(open("/dev/cons", OWRITE) != 1)