code: plan9front

Download patch

ref: 522a0f8fb13d49795d7bcf5c42e6f07ed78da71d
parent: a44a54bf2f64b69b2289d658fd3c205491c7ac5d
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Dec 27 15:15:03 EST 2022

boot/reform: bootm if loading the kernel worked

--- a/sys/src/boot/reform/boot.txt
+++ b/sys/src/boot/reform/boot.txt
@@ -1,4 +1,3 @@
 mw.b 0x40010000 0x0 0x10000
 load ${devtype} ${devnum}:${bootpart} 0x40010000 ${prefix}plan9.ini
-load ${devtype} ${devnum}:${bootpart} 0x40100000 ${prefix}9reform.u
-bootm 0x40100000
+load ${devtype} ${devnum}:${bootpart} 0x40100000 ${prefix}9reform.u && bootm 0x40100000