diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-12-27 20:15:03 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-12-27 20:15:03 +0000 |
commit | 522a0f8fb13d49795d7bcf5c42e6f07ed78da71d (patch) | |
tree | eeef8bb3e170675e13047f081e532b57a0bfe0a4 /sys/src/boot | |
parent | a44a54bf2f64b69b2289d658fd3c205491c7ac5d (diff) |
boot/reform: bootm if loading the kernel worked
Diffstat (limited to 'sys/src/boot')
-rw-r--r-- | sys/src/boot/reform/boot.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/boot/reform/boot.txt b/sys/src/boot/reform/boot.txt index 1fdc0f533..79c697927 100644 --- 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 |