git: fqa.9front.org

Download patch

ref: b8b65cd47708158ccd64fce98d0516b66297ce6a
parent: c155bfb37ec463de512ed6f5a1d897e29ee209dd
author: sl <sl@9front>
date: Sat Oct 4 20:30:15 EDT 2025

fqa7.ms: old kernels are now copied to 9*.o instead of o9* (thanks, dave)

--- a/fqa7.ms
+++ b/fqa7.ms
@@ -386,7 +386,7 @@
 
 For 386:
 .P1
-# old kernel is copied to /n/9fat/o9pc, new kernel is copied to /n/9fat/9pc
+# old kernel is copied to /n/9fat/9pc.o, new kernel is copied to /n/9fat/9pc
 cd /sys/src/9/pc
 mk install.9fat
 .P2
@@ -393,7 +393,7 @@
 
 For amd64:
 .P1
-# old kernel is copied to /n/9fat/o9pc64, new kernel is copied to /n/9fat/9pc64
+# old kernel is copied to /n/9fat/9pc64.o, new kernel is copied to /n/9fat/9pc64
 cd /sys/src/9/pc64
 mk install.9fat
 .P2
@@ -401,7 +401,7 @@
 and on systems that have esp partitions instead of 9fat:
 
 For 386:
-# old kernel is copied to /n/esp/o9pc, new kernel is copied to /n/esp/9pc
+# old kernel is copied to /n/esp/9pc.o, new kernel is copied to /n/esp/9pc
 cd /sys/src/9/pc
 mk install.esp
 .P2
@@ -408,7 +408,7 @@
 
 For amd64:
 .P1
-# old kernel is copied to /n/esp/o9pc64, new kernel is copied to /n/esp/9pc64
+# old kernel is copied to /n/esp/9pc64.o, new kernel is copied to /n/esp/9pc64
 cd /sys/src/9/pc64
 mk install.esp
 .P2
--