comparison level1/dalpha/scripts/mb.rb1773 @ 3276:524cf44d557d

Dragon ports: Replace mb scripts The old ones used shell features that don't work with the standard level 1 shell, so they probably never worked. Replace them with the standard floppy ones used in the other level 1 ports, but rename them since they are for the DECB RB1773-based controllers.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 07 Mar 2020 23:15:04 +0100
parents level1/dalpha/scripts/mb@e482bb12a954
children
comparison
equal deleted inserted replaced
3275:e60c1b3dc7cc 3276:524cf44d557d
1 -t
2 -x
3 tmode .1 pau=0
4 echo * NitrOS-9 Level 1 Boot Creation Script
5 echo *
6 echo * This script creates a bootable floppy disk
7 echo * using the standard.bl bootlist file.
8 echo *
9 echo * The resulting disk will boot NitrOS-9 from drive 0.
10 echo *
11 prompt Insert a blank disk in /d0 and press a key:
12 echo *
13 echo * Step 1: Format disk in /d0
14 format /d0 "NitrOS-9 Level 1 Boot Disk" r
15 echo *
16 echo * Step 2: Create a custom boot track
17 del bttemp
18 merge ../MODULES/BOOTTRACK/rel ../MODULES/KERNEL/krn ../MODULES/KERNEL/krnp2 ../MODULES/SYSMODS/init ../MODULES/BOOTTRACK/boot_1773_6ms>bttemp
19 echo *
20 echo * Step 3: Create the bootfile and boot track
21 os9gen /d0 -t=bttemp<../BOOTLISTS/standard.bl
22 del bttemp
23 echo *
24 echo * Step 4: Populate the disk with essential files
25 copy ../MODULES/SYSMODS/sysgo_dd /d0/sysgo
26 makdir /d0/CMDS
27 copy -w=/d0/CMDS ../CMDS/shell
28 echo *
29 echo * We're done