annotate level1/coco/scripts/mb.dw3 @ 2486:1b3d766b807c

Fixed issue
author boisy
date Wed, 31 Mar 2010 02:44:16 +0000
parents 9341eb8c18f5
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.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 drive 0.
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
10 echo *
2209
9341eb8c18f5 Fixed scripts for Level 1
boisy
parents: 2197
diff changeset
11 prompt Insert a blank disk in /x1 and press a key:
2188
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
12 echo *
2209
9341eb8c18f5 Fixed scripts for Level 1
boisy
parents: 2197
diff changeset
13 echo * Step 1: Format disk in /x1
9341eb8c18f5 Fixed scripts for Level 1
boisy
parents: 2197
diff changeset
14 format /x1 "NitrOS-9 Level 1 Boot Disk" r
2197
f7e2fbabc999 Fixed prompts in scripts
boisy
parents: 2188
diff changeset
15 ynn
2188
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
16 echo *
e4be436a9efd Fixed scripts to address DriveWire 3 disk image creation
boisy
parents:
diff changeset
17 echo * Step 2: Create a custom boot track
2209
9341eb8c18f5 Fixed scripts for Level 1
boisy
parents: 2197
diff changeset
18 del bttemp
9341eb8c18f5 Fixed scripts for Level 1
boisy
parents: 2197
diff changeset
19 merge ../MODULES/BOOTTRACK/rel ../MODULES/KERNEL/krn ../MODULES/KERNEL/krnp2 ../MODULES/SYSMODS/init ../MODULES/BOOTTRACK/boot_dw3>bttemp
2188
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
2209
9341eb8c18f5 Fixed scripts for Level 1
boisy
parents: 2197
diff changeset
22 os9gen /x1 -t=bttemp<../BOOTLISTS/dw3.bl
2188
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
2209
9341eb8c18f5 Fixed scripts for Level 1
boisy
parents: 2197
diff changeset
26 copy ../MODULES/SYSMODS/sysgo_dd /x1/sysgo
9341eb8c18f5 Fixed scripts for Level 1
boisy
parents: 2197
diff changeset
27 makdir /x1/CMDS
9341eb8c18f5 Fixed scripts for Level 1
boisy
parents: 2197
diff changeset
28 copy -w=/x1/CMDS ../CMDS/shell
2188
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