> Still having difficulties. I read several other posts so I want to mention that my system
> is Windows 10 64b.
>
> I tried changing paths and I still get error initializing the panel (front panel error).
>
> I don't know how to start up the headless machine. I tried every batch file and they
> all try starting the front panel.
>
> Suggestion?
I guess you downloaded the old Windows version from 2014? This was a test for
building a native Windows version of the frontapanel machines only, which has
issues that couldn't be solved.
You need to install Cygwin on your Windows system and add C compiler and
make utility. Then get the latest source release from Github:
https://github.com/udo-munk/z80pack/tree/dev
Change into the unzipped directory z80pack-dev/cpmsim/srcsim
and build the machine with the command make.
Change into the directory z80pack-dev/cpmsim/srctools
and build the tools with the command make.
Create directory $HOME/bin and install the tools there
with command make install.
Add $HOME/bin to the PATH variable
export PATH=$PATH:$HOME/bin
Make this permanent by adding the line into the file
$HOME/.profile
Now you are able to run any DRI OS with the cpmsim emulation.
> Lastly, What is the process that for integrate their BIOS into the "Recompiling CP/M 3
> from the sources" how to?
The disk images include submit scripts that build CP/M 3 of course with my BIOS
for the cpmsim machine. You need to change the submit file, so that it uses your
own BIOS for some other target machine.