Standalone: Add the standalone utilities
authorAlan Cox <alan@etchedpixels.co.uk>
Fri, 31 Oct 2014 14:37:20 +0000 (14:37 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Fri, 31 Oct 2014 14:37:20 +0000 (14:37 +0000)
commit03f408f868fb576d3c1a55047070ce8a58009f7b
tree5bca6967610260fb5267ac5c3f1921012e180518
parentc5b0e8a2aed7261df2fd163dd4bf26ef5ec46bbb
Standalone: Add the standalone utilities

These are based off the UZI-WRS versions from Will Sowerbutts except for
chmem which is new code.
12 files changed:
Standalone/Makefile [new file with mode: 0644]
Standalone/chmem.c [new file with mode: 0644]
Standalone/devio.c [new file with mode: 0644]
Standalone/fsck.c [new file with mode: 0644]
Standalone/fuzix_fs.h [new file with mode: 0644]
Standalone/mkfs.c [new file with mode: 0644]
Standalone/ucp.c [new file with mode: 0644]
Standalone/util.c [new file with mode: 0644]
Standalone/xfs1.c [new file with mode: 0644]
Standalone/xfs1a.c [new file with mode: 0644]
Standalone/xfs1b.c [new file with mode: 0644]
Standalone/xfs2.c [new file with mode: 0644]