summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-20 08:49:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-20 08:49:59 +0000
commit851b8282a8a35cc1858a49f7e1dc38ab64b3b030 (patch)
tree4a4b314ea1cfb4719f94626e940cd604fa527787 /sys/arch
parent47ed6ce0dabbad69698de595dc3ea3741c3faba4 (diff)
These fd0 testing things are not used
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/stand/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/sys/arch/i386/stand/Makefile b/sys/arch/i386/stand/Makefile
index 1c5f4e92703..9d12ed50df5 100644
--- a/sys/arch/i386/stand/Makefile
+++ b/sys/arch/i386/stand/Makefile
@@ -1,21 +1,8 @@
-# $OpenBSD: Makefile,v 1.20 2014/01/20 08:43:11 jsing Exp $
+# $OpenBSD: Makefile,v 1.21 2014/01/20 08:49:58 deraadt Exp $
.if ${MACHINE} == "i386"
SUBDIR= mbr cdbr
.endif
SUBDIR+=biosboot boot cdboot fdboot pxeboot
-test-fd0:
- sudo mount /dev/fd0a /mnt
- sudo cp /usr/mdec/fdboot /mnt/boot
- sudo /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot fd0
- sudo umount /mnt
-
-zero-fd0:
- sudo dd if=/dev/zero of=/dev/rfd0a count=144 bs=10240
-
-prep-fd0:
- sudo disklabel -w fd0 floppy
- sudo newfs -O 0 -m 0 -o space -i 3000 -c 80 /dev/rfd0a
-
.include <bsd.subdir.mk>