annotate level1/coco/scripts/mb.dw3_coco1 @ 2231:27f07aa0bca0

Updated modules to use Darren Atkinson's latest changes to low level read/write routines
author boisy
date Sun, 12 Apr 2009 18:48:24 +0000
parents e4be436a9efd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2188
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
1 -t
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
2 -x
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
3 tmode .1 pau=0
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
4 echo * NitrOS-9 Level 1 Boot Creation Script
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
5 echo *
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
6 echo * This script creates a bootable DriveWire 3 disk image
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
7 echo * using the dw3_coco1.bl bootlist file.
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
8 echo *
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
9 echo * The resulting disk will boot NitrOS-9 from DriveWire disk 0.
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
10 echo *
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
11 echo "Please type the destination device (e.g. /x0, /x1)"
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
12 var.1
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
13 prompt Insert a blank disk in %1 and press a key:
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
14 echo *
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
15 echo * Step 1: Format disk in %1
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
16 format %1 "NitrOS-9 Level 1 Boot Disk" r
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
17 echo *
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
18 echo * Step 2: Create a custom boot track
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
19 merge ../MODULES/BOOTTRACK/rel ../MODULES/KERNEL/krn ../MODULES/KERNEL/krnp2 ../MODULES/SYSMODS/init ../MODULES/BOOTTRACK/boot_dw3_coco1>-bttemp
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
20 echo *
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
21 echo * Step 3: Create the bootfile and boot track
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
22 os9gen %1 -t=bttemp<../BOOTLISTS/dw3_coco1.bl
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
23 del bttemp
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
24 echo *
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
25 echo * Step 4: Populate the disk with essential files
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
26 copy ../MODULES/SYSMODS/sysgo_dd %1/sysgo
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
27 makdir %1/CMDS
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
28 copy -w=%1/CMDS ../CMDS/shell
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
29 echo *
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
30 echo * We're done