ref: 2ea58790620a2ce0293349c37acad106e25ea5ba
parent: 123f0ac822f05a02eef51fc854bf3484c6153bd7
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
--
⑨