@echo off
cd \bootdsks.144
echo "                                                                          "
echo "This option makes the ACDU31A bootdisk.  This disk (in conjunction with   "
echo "one of the rootdisks in the rootdsks directory) will allow you to         "
echo "install Linux from a Sony CDU-31A or Sony CDU-33A CD-ROM drive.           "
echo "                                                                          "
echo "IT WILL DEFINITELY NOT WORK WITH CD-ROM DRIVES WITH *IDE*-INTERFACE,      "
echo "use the IDECD disk for those.                                             "
echo "                                                                          "
echo "When using this bootdisk, you may pass some information to the kernel when"
echo "you boot the disk, like this:                                             "
echo "                                                                          "
echo "    ramdisk cdu31a=0x1f88,0,PAS                                           "
echo "                                                                          "
echo "The first number is the I/O base address of the card.  The second is the  "
echo "interrupt (0 means none).  The third should be 'PAS' if on a Pro Audio    "
echo "Spectrum, or nothing if on something else.  If you don't do this, the     "
echo "driver will try to scan for your drive automatically.                     "
echo "                                                                          "
echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
echo "to abort...                                                               "
echo "                                                                          "
pause
rawrite acdu31a a:

