git: 9front

Download patch

ref: 2ff774919305a560bc4a530387e37fba11e222b0
parent: 8da648a8d1939d68e40c0fc351c5a9b8beb3f16d
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
--