shithub: gefs

Download patch

ref: 44784638d405ea51510523293ca77a256ac8ad9d
parent: d8bf2d13eceed89dc3215daca019ef67683f8d83
author: Noam Preil <noam@pixelhero.dev>
date: Wed May 3 19:19:09 EDT 2023

cons: add prompt

I'm not actually sure I'm sending this right; haven't tried
sending patches via Mail before...

--- a/cons.c
+++ b/cons.c
@@ -318,6 +318,7 @@
 
 	fd = (uintptr)pfd;
 	while(1){
+		fprint(fd, "gefs# ");
 		if((n = read(fd, buf, sizeof(buf)-1)) == -1)
 			break;
 		epochstart(tid);