git: 9front

Download patch

ref: 6361c0a2f202ae56f70cb4a7e8b6f45d54abe1e8
parent: 6102d74e3db07c1bcc862dcda1db9e12be6a6362
author: Michael Forney <mforney@mforney.org>
date: Tue May 2 17:08:51 EDT 2023

fstype: add support for gefs

--- a/rc/bin/fstype
+++ b/rc/bin/fstype
@@ -24,6 +24,10 @@
 	echo hjfs
 	exit
 }
+if(~ $"m 67656673){
+	echo gefs
+	exit
+}
 m=`{dd -if /env/block -bs 16 -count 1 -skip 16 >[2]/dev/null}
 if(~ $"m 'kfs wren device'){
 	echo kfs
--