Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx # Example mtools.conf files.  Uncomment the lines which correspond to
     5         kx # your architecture and comment out the "SAMPLE FILE" line below
     5         kx #SAMPLE FILE
     5         kx 
     5         kx # # Linux floppy drives
     5         kx drive a: file="/dev/fd0" exclusive
     5         kx drive b: file="/dev/fd1" exclusive
     5         kx 
     5         kx # # First SCSI hard disk partition
     5         kx # drive c: file="/dev/sda1"
     5         kx 
     5         kx # # First IDE hard disk partition
     5         kx # drive c: file="/dev/hda1"
     5         kx 
     5         kx # # dosemu floppy image
     5         kx # drive m: file="/var/lib/dosemu/diskimage"
     5         kx 
     5         kx # # dosemu hdimage
     5         kx # drive n: file="/var/lib/dosemu/diskimage" offset=3840
     5         kx 
     5         kx # # Atari ramdisk image
     5         kx # drive o: file="/tmp/atari_rd" offset=136
     5         kx 
     5         kx # # ZIP disk for Solaris:
     5         kx # Drive X is ZIP-100 at target 5
     5         kx # drive X: file="/dev/rdsk/c0t5d0s2" partition=4 scsi=1 nodelay
     5         kx 
     5         kx # # ZIP disk for SunOS:
     5         kx # # Zip drive is at target 5, which default kernel calls tape st1 !!
     5         kx # drive Y: file="/dev/rsd5c" partition=4 scsi=1 nodelay
     5         kx 
     5         kx # # autoselect zip drive/floppy on HP-UX 9/10
     5         kx #    drive a: file="/dev/rdsk/c201d5"      exclusive partition=4
     5         kx #    drive a: file="/dev/rdsk/c201d5s0"    exclusive partition=4
     5         kx #    drive a: file="/dev/rfloppy/c201d0s0" exclusive
     5         kx 
     5         kx #          A/UX target 5 on 1st scsi bus   jaz or zip
     5         kx # drive X: file="/dev/rdsk/c105d0s31"      partition=4
     5         kx 
     5         kx 
     5         kx # Some examples for BeOS.
     5         kx # floppy drive. hardcoded in devices.c, so no real need to define it here
     5         kx #drive a: file="/dev/floppy_disk" exclusive
     5         kx # ZIP drive on SCSI ID 6
     5         kx #drive z: file="/dev/scsi_disk_060" offset=16384 fat_bits=16                        
     5         kx 
     5         kx # SCO Unix 3.2v4
     5         kx # # Floppy disk drives
     5         kx #
     5         kx # drive a: file="/dev/install" exclusive
     5         kx # drive b: file="/dev/install1" exclusive
     5         kx #  
     5         kx # # SCSI hard disk partitions
     5         kx #  
     5         kx # drive c: file="/dev/dsk/0sC"
     5         kx # drive d: file="/dev/dsk/0sD"
     5         kx # drive e: file="/dev/dsk/0sE"
     5         kx # drive f: file="/dev/dsk/0sF"
     5         kx # drive g: file="/dev/dsk/0sG"
     5         kx # drive h: file="/dev/dsk/0sH"
     5         kx 
     5         kx # # uncomment the following line to display all file names in lower
     5         kx # # case by default
     5         kx # mtools_lower_case=1