view level1/coco/scripts/mb.dw3 @ 2197:f7e2fbabc999

Fixed prompts in scripts
author boisy
date Sat, 14 Mar 2009 12:28:22 +0000
parents e4be436a9efd
children 9341eb8c18f5
line wrap: on
line source

-t
-x
tmode .1 pau=0
echo * NitrOS-9 Level 1 Boot Creation Script
echo *
echo * This script creates a bootable DriveWire 3 disk image
echo * using the dw3.bl bootlist file.
echo *
echo * The resulting disk will boot NitrOS-9 from DriveWire drive 0.
echo *
echo "Please type the destination device (e.g. /x0, /x1)"
var.1
prompt Insert a blank disk in %1 and press a key:
echo *
echo * Step 1: Format disk in %1
format %1 "NitrOS-9 Level 1 Boot Disk" r
ynn
echo *
echo * Step 2: Create a custom boot track
merge ../MODULES/BOOTTRACK/rel ../MODULES/KERNEL/krn ../MODULES/KERNEL/krnp2 ../MODULES/SYSMODS/init ../MODULES/BOOTTRACK/boot_dw3>-bttemp
echo *
echo * Step 3: Create the bootfile and boot track
os9gen %1 -t=bttemp<../BOOTLISTS/dw3.bl
del bttemp
echo *
echo * Step 4: Populate the disk with essential files
copy ../MODULES/SYSMODS/sysgo_dd %1/sysgo
makdir %1/CMDS
copy -w=%1/CMDS ../CMDS/shell
echo *
echo * We're done