OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [fs/] [fat/] [current/] [doc/] [mkdisk0] - Rev 856

Go to most recent revision | Compare with Previous | Blame | View Log

#! /bin/bash
#
# Add the following lines to your ~/.mtoolsrc file before running this script
#
# drive z: file="/tmp/disk0.img" partition=1
# drive y: file="/tmp/disk0.img" partition=2
#
#
#

dd if=/dev/zero of=/tmp/disk0.img bs=512 count=20000
mpartition -I   -t 100 -h 5 -s 40          Z:
mpartition -cfa -t  49 -h 5 -s 40 -b 200   Z:
mpartition -cf  -t  50 -h 5 -s 40 -b 10000 Y:
mformat z:
mformat y:

# end

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.