Groups | Search | Server Info | Login | Register


Groups > comp.os.cpm > #14559

Re: New Kaypro Emulator

Path csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail
From ECNeilson <eric@neilsonhart.com>
Newsgroups comp.os.cpm
Subject Re: New Kaypro Emulator
Date Sun, 8 Mar 2026 20:25:38 -0500
Organization A noiseless patient Spider
Lines 48
Message-ID <10ol7ij$32u39$1@dont-email.me> (permalink)
References <10oel81$2ouqq$1@dont-email.me> <10ogtju$1b1b4$1@solani.org>
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Mon, 09 Mar 2026 01:25:40 +0000 (UTC)
Injection-Info dont-email.me; posting-host="5cd4aa7d70d91ce49aa9ab464953a980"; logging-data="3242089"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18hJOcqtjScBood0oj3yNDpYVTQCEL7kQU="
User-Agent Mozilla Thunderbird
Cancel-Lock sha1:r+JbkV9T4NOp+oIq4Mb9m6RJ3s4=
Content-Language en-US
In-Reply-To <10ogtju$1b1b4$1@solani.org>
Xref csiph.com comp.os.cpm:14559

Show key headers only | 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