shithub: rc

Download patch

ref: 53e8500d60d6095ba140429b1853fdc8dfdbc421
parent: dc206f001d5d7a1c61bfe96502838d13c23b21d0
author: sl <sl@f35>
date: Tue Mar 3 23:05:06 EST 2026

openbsd: let's try this again.

--- a/openbsd
+++ b/openbsd
@@ -1,15 +1,15 @@
 #!/bin/rc
-# 2025-07-22T15:29:56-04:00
+# 2026-03-03T22:57:40-05:00
 # Boot OpenBSD inside vmx(1).
 rfork e
-#d=/dev/sdN0/data
-d=$home/openbsd
+d=/dev/sdN0/data
+#d=$home/openbsd
 D='device=sd0a'
-k=$home/bsd
+k=$home/s/openbsd/bsd
 m=vesa
 M=8G
-l=1920x1080
-n=ether0
+l=1400x1050
+n=etherU9
 while(~ $1 -*){
 	switch($1){
 	case -d
@@ -32,4 +32,4 @@
 	}
 	shift
 }
-exec vmx -M $M -n $n -d $d -v $m:$l $k $D
+exec window -dx 1400 -yx 1050 vmx -M $M -n $n -d $d -v $m:$l $k $D
--