Walzbachtal, July,27 1994 These files will construct a UNIX filesystems for UZI280 (c) Copyright (1990-94) Doug Braun and Stefan Nitschke from CP/M. C-Sources (included) my be compiled by HiTech C-Compiler V3.09 . Fixed disk parameters have to be entered in files ide.h and xhard.as UCP : Unix-Copy copies from/to a UNIX partition. Commands: get/bget : cpm->unix copy (ascii/binary) put/bput : unix->cpm " ls : unix directory cd : change dir exit : exit program without damages. mkdir, mknod, chmod, rmdir, mount, umount, type. Important !! UCP always has to be ended by 'exit'. Quitting by Ctrl-C can cause serious defects to your UNIX-filesystem, as writing to such a filesystem is performed in an asynchronuous mode. MKFS : Make (UNIX-) filesystem Syntax: mkfs device inode-size file-size max. size of a UNIX partition can be 32MB! Example for a 32MB partition on device 0: mkfs 0 640 64000 (32000 KBytes) Defaults for block-device numbers: 0,2,3 : Harddisk 1 : Floppy (not yet implemented in UZI280) Stefan Nitschke Germanenstr. 5 75045 Walzbachtal 1 Tel.: ++49 7203/452 EMail: nitschke@fphax1.physik.uni-karlsruhe.de