ref: 5b13dcf68d9ed5113832229d3d0d7e8484a0e946
parent: 8e03baff8bbba541f87a435e596017e0bd7e5265
author: Keegan Saunders <keegan@undefinedbehaviour.org>
date: Tue May 21 21:20:23 EDT 2024
boot: add honeycomb
--- /dev/null
+++ b/sys/src/boot/honeycomb/boot.txt
@@ -1,0 +1,3 @@
+mw.b 0x80010000 0x0 0x10000
+load ${devtype} ${devnum}:${bootpart} 0x80010000 ${prefix}plan9.ini
+load ${devtype} ${devnum}:${bootpart} 0x80100000 ${prefix}9honeycomb.u && bootm 0x80100000
--- /dev/null
+++ b/sys/src/boot/honeycomb/mkfile
@@ -1,0 +1,9 @@
+FILES=boot.scr
+
+all:V: $FILES
+
+clean:V:
+ rm -f $FILES
+
+boot.scr: boot.txt
+ aux/txt2uimage -o $target $prereq
--
⑨