Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clownacy/virtual68katy
An emulator for the 68 Katy hand-built computer.
https://github.com/clownacy/virtual68katy
68000 68k emulator m68k motorola motorola-68000
Last synced: about 1 month ago
JSON representation
An emulator for the 68 Katy hand-built computer.
- Host: GitHub
- URL: https://github.com/clownacy/virtual68katy
- Owner: Clownacy
- License: agpl-3.0
- Created: 2023-01-27T23:39:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T21:57:12.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T06:31:32.875Z (almost 2 years ago)
- Topics: 68000, 68k, emulator, m68k, motorola, motorola-68000
- Language: C
- Homepage: https://clownacy.wordpress.com/tag/virtual68katy/
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual 68 Katy
This is an emulator for the 68 Katy - a hand-built Motorola 68000-based
computer that runs Linux.Additional information about the 68 Katy can be found here, along with software
and schematics:
https://www.bigmessowires.com/68-katy/This emulator is written in ANSI C, licensed under the AGPLv3, and relies on
either WinAPI or POSIX-2001 for threading and terminal manipulation.The 68 Katy comes in two binary-incompatible variants: breadboard and PCB.
Virtual 68 Katy emulates the PCB version by default, but it can be made to
emulate the breadboard version by passing the `-b` flag.This emulator runs entirely from the command line, and can be exited by
pressing the escape key twice. When attempting to boot Linux, the 68 Katy will
first enter a monitor program; to enter Linux, enter the command 'j003000'
(jump to address 0x3000, where Linux's bootloader begins).