From: Alan Cox Date: Mon, 30 Mar 2015 22:53:20 +0000 (+0100) Subject: nc100: attach the boot block to the fuzix.bin not uzi.bin as it was long ago X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f27a36105d7c61ddfba4fd5fee687e1545e45f8a;p=FUZIX.git nc100: attach the boot block to the fuzix.bin not uzi.bin as it was long ago --- diff --git a/Kernel/platform-nc100/Makefile b/Kernel/platform-nc100/Makefile index a5b416bb..148d521e 100644 --- a/Kernel/platform-nc100/Makefile +++ b/Kernel/platform-nc100/Makefile @@ -23,4 +23,4 @@ clean: rm -f $(OBJS) $(JUNK) core *~ image: - dd if=bootblock.cim of=../uzi.bin bs=1 seek=256 conv=notrunc + dd if=bootblock.cim of=../fuzix.bin bs=1 seek=256 conv=notrunc