Use illop1 as failure instruction in the locore gap file.
authormiod <miod@openbsd.org>
Sat, 30 Mar 2024 10:43:38 +0000 (10:43 +0000)
committermiod <miod@openbsd.org>
Sat, 30 Mar 2024 10:43:38 +0000 (10:43 +0000)
sys/arch/luna88k/conf/Makefile.luna88k

index 07ce32a..4659ed3 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.luna88k,v 1.85 2024/01/28 00:40:22 deraadt Exp $
+#      $OpenBSD: Makefile.luna88k,v 1.86 2024/03/30 10:43:38 miod Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -123,7 +123,7 @@ ld.script: ${_machdir}/conf/ld.script
 makegap.sh:
        cp $S/conf/makegap.sh $@
 
-MAKE_GAP = LD="${LD}" sh makegap.sh 0x00000000
+MAKE_GAP = LD="${LD}" sh makegap.sh 0xf400fc01
 
 gap.o: Makefile makegap.sh vers.o
        ${MAKE_GAP}