annotate level2/coco3/scripts/mb_floppy_d1 @ 1369:de053e06fdce

Changes
author boisy
date Fri, 26 Sep 2003 14:47:41 +0000
parents c061b3b3c10d
children
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
1369
de053e06fdce Changes
boisy
parents: 1337
diff changeset
3 echo * NitrOS-9 Level 2 Boot Creation Script
1214
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
1369
de053e06fdce Changes
boisy
parents: 1337
diff changeset
14 format /d1 1 '35' "NitrOS-9 Level 2 Boot Disk" r
1214
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
1369
de053e06fdce Changes
boisy
parents: 1337
diff changeset
18 merge ../MODULES/BOOTTRACK/rel_32 ../MODULES/BOOTTRACK/boot_1773_6ms ../MODULES/BOOTTRACK/kernel>bttemp
1214
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
1337
c061b3b3c10d cc3go references changed to sysgo
boisy
parents: 1273
diff changeset
25 copy ../MODULES/SYSMODS/sysgo_dd /d1/sysgo
1214
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