git: 9front

Download patch

ref: 3c4425fa6ae72d43cccc2d1c61f640777c9386be
parent: aea529339ae029575fad628d531b91cd865b2020
author: Jacob Moody <moody@posixcafe.org>
date: Tue Apr 8 02:44:48 EDT 2025

pc64: revert unintentional change

Plan X is the enterprise version.

--- a/sys/src/9/pc64/main.c
+++ b/sys/src/9/pc64/main.c
@@ -184,7 +184,7 @@
 	i8250console();
 	quotefmtinstall();
 	screeninit();
-	print("\nPlan X\n");
+	print("\nPlan 9\n");
 	cpuidentify();
 	meminit0();
 	archinit();
--