diff options
Diffstat (limited to 'sys/i386/boot/rmaouthdr')
-rw-r--r-- | sys/i386/boot/rmaouthdr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/i386/boot/rmaouthdr b/sys/i386/boot/rmaouthdr new file mode 100644 index 0000000..4bb9c84 --- /dev/null +++ b/sys/i386/boot/rmaouthdr @@ -0,0 +1,6 @@ +#!/bin/csh -f +# +# from: Mach, Revision 2.2 92/04/04 11:36:01 rpd +# $Id$ +# +dd if=$1 of=$2 ibs=32 skip=1 obs=1024b |