mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
7 lines
389 B
Plaintext
7 lines
389 B
Plaintext
The C BIOS has been modified since publication of the System Guide.
|
|
A new #define is required in the BIOSTYPE.H file when a loader BIOS
|
|
is being generated. The #define is for a symbol called "BOOTDSK".
|
|
This should be set to the number of the disk from which the loader
|
|
bios is to read the CPM.SYS file, 0->A, 1->B, ... .
|
|
LOADBIOS.H and BIOS.C have been changed to reflect this new usage.
|