Groups | Search | Server Info | Login | Register


Groups > comp.os.cpm > #14559

Re: New Kaypro Emulator

From ECNeilson <eric@neilsonhart.com>
Newsgroups comp.os.cpm
Subject Re: New Kaypro Emulator
Date 2026-03-08 20:25 -0500
Organization A noiseless patient Spider
Message-ID <10ol7ij$32u39$1@dont-email.me> (permalink)
References <10oel81$2ouqq$1@dont-email.me> <10ogtju$1b1b4$1@solani.org>

Show all headers | View raw


> Hi all,
> 
> I never used "cargo" (!) So I used my package manager (Yast, SuSE) to 
> install this package, but what's next? How to build the .izkaypro 
> binaries out of the github respository?
> 
> Sorry, but I'm lost......
> 
> Thanks for any help,
> 
> Uwe

So Rust was not my first choice either (I'm a C guy), but since this 
project was an extension of another GitHub project, I figured it was a 
good excuse for me to learn the language, and I have to say it's a 
pretty robust language once you get past the fiddly code-safe requirements.

On the building, there are binaries for Windows, Mac and Linux in the 
repository if you don't want to build it yourself.

To build the project, you just need to install Rust.  It's pretty 
straightforward for any OS. Go here and follow the instructions: 
https://rust-lang.org/tools/install/

Note that Linux has a few additional apt-get items to install (see the 
readme.md).

Once Rust is installed, do this:

1. git clone https://github.com/eneilson-zz/izkaypro.git
2. cd izkaypro
3. cargo build --release
4. Run the newly created "izkaypro" binary in ./target/release/

The default machine is a Kaypro 4-84 with two disk drives, RTC and a 
serial port.  You can launch different machines with the --model 
directive.  Here are some examples:
- izkaypro --model kaypro10
- izkaypro --model ultimate
- izkaypro --model kaypro_ii

I hope this gets you up and running.

ECNeilson



Back to comp.os.cpm | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

New Kaypro Emulator ECNeilson <eric@neilsonhart.com> - 2026-03-06 07:36 -0600
  Re: New Kaypro Emulator Daniel <me@sc1f1dan.com> - 2026-03-06 14:29 -0800
    Re: New Kaypro Emulator ECNeilson <eric@neilsonhart.com> - 2026-03-06 17:06 -0600
  Re: New Kaypro Emulator Uwe Naß <unass@astro.uni-bonn.de> - 2026-03-07 11:11 +0100
    Re: New Kaypro Emulator ECNeilson <eric@neilsonhart.com> - 2026-03-08 20:25 -0500
      Re: New Kaypro Emulator Uwe Naß <unass@astro.uni-bonn.de> - 2026-03-09 10:23 +0100
    Re: New Kaypro Emulator Uwe Naß <unass@astro.uni-bonn.de> - 2026-03-09 14:02 +0100
      Re: New Kaypro Emulator ECNeilson <eric@neilsonhart.com> - 2026-03-09 16:58 -0400
  Re: New Kaypro Emulator Bryan <esnntp@wereboar.com> - 2026-03-07 10:20 -0500

csiph-web