forked from MirrorRepos/RomWBW
8 changed files with 72 additions and 4 deletions
@ -0,0 +1,4 @@ |
|||||
|
@echo off |
||||
|
setlocal |
||||
|
|
||||
|
if exist *.sys del *.sys |
||||
@ -0,0 +1,7 @@ |
|||||
|
TOOLS = ../../Tools |
||||
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.spr) |
||||
|
|
||||
|
include $(TOOLS)/Makefile.inc |
||||
|
|
||||
|
clean:: |
||||
|
@rm -f *.sys |
||||
@ -0,0 +1,23 @@ |
|||||
|
*********************************************************************** |
||||
|
*** *** |
||||
|
*** R o m W B W *** |
||||
|
*** *** |
||||
|
*** Z80/Z180 System Software *** |
||||
|
*** *** |
||||
|
*********************************************************************** |
||||
|
|
||||
|
This directory contains the CP/M 2.2 system files for the RomWBW CP/M 2.2 |
||||
|
adaptation. All of these files are already included on the CP/M |
||||
|
boot disk images. However if you are creating a CP/M boot disk |
||||
|
manually, you should copy all of these files to the boot disk. |
||||
|
|
||||
|
Note: Two file have been provided one for RomWBW HBIOS, and one for UNA |
||||
|
BIOS. One of these files must be installed on the system boot track. |
||||
|
This is usually achieved by the SYSCOPY utility e.g. |
||||
|
|
||||
|
SYSCOPY a:=cpm_wbw.sys |
||||
|
|
||||
|
These files should also be copied to any CP/M 2.2 boot disks on your |
||||
|
system when you upgrade your ROM firmware. Some of these files |
||||
|
*must* match the version of the RomWBW firmware you are using for |
||||
|
proper operation of your system. |
||||
Loading…
Reference in new issue