annotate level2/coco3/scripts/mb_floppy_d1 @ 1214:701f6a80163f

bootscripts and bootlists added
author boisy
date Sat, 28 Jun 2003 18:43:08 +0000
parents
children 638705966a79
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1214
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
1 -t
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
2 -x
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
3 echo * OS-9 Level Two Boot Creation Script
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
4 echo *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
5 echo * This script creates a bootable floppy disk in /d1.
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
6 echo * It assumes two floppy drives.
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
7 echo *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
8 echo * The resulting disk will boot to the
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
9 echo * floppy disk in drive 0.
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
10 echo *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
11 prompt Insert a blank disk in /d1 and press a key:
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
12 echo *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
13 echo * Step 1: Format disk in /d1 as 35TSS
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
14 format /d1 1 '35' "OS-9 Floppy Boot Disk" r
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
15 echo *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
16 echo * Step 2: Create a custom boot track
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
17 del bttemp
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
18 merge ../MODULES/BOOTTRACK/rel ../MODULES/BOOTTRACK/boot_1773_6ms ../MODULES/BOOTTRACK/os9p1>bttemp
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
19 echo *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
20 echo * Step 3: Create the bootfile and boot track
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
21 os9gen #32k /d1 -t=bttemp<../BOOTLISTS/standard.bl
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
22 del bttemp
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
23 echo *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
24 echo * Step 4: Populate the disk with essential files
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
25 copy -w=/d1 ../MODULES/SYSMODS/cc3go
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
26 makdir /d1/CMDS
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
27 copy -w=/d1/CMDS ../CMDS/shell ../CMDS/grfdrv
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
28 echo *
701f6a80163f bootscripts and bootlists added
boisy
parents:
diff changeset
29 echo * We're done