From 59e3f0e0fdd755a02f1c5b75e311c82c6144d844 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 15 Feb 2019 21:41:21 +0000 Subject: [PATCH] v8080: use the 8080 checker we added We don't want long signed divide/multiply or floats sneaking into the kernel --- Kernel/platform-v8080/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-v8080/Makefile b/Kernel/platform-v8080/Makefile index ea4f3bb9..4e0c9fd7 100644 --- a/Kernel/platform-v8080/Makefile +++ b/Kernel/platform-v8080/Makefile @@ -42,3 +42,4 @@ image: bootblock ../usermem_std-8080.o devfd.o $(LIBC) end.o anm fuzix.bin | ../tools/8080map > ../fuzix.map ../tools/ack2kernel -v fuzix.bin ../fuzix.bin + ../tools/check8080 fuzix.bin -- 2.34.1