https://github.com/charlysan/x86_stuff
x86 Stuff
https://github.com/charlysan/x86_stuff
5150 5160 8086 8088 bios hercules juko pc-xt reverse-engineering xt xtide
Last synced: about 1 year ago
JSON representation
x86 Stuff
- Host: GitHub
- URL: https://github.com/charlysan/x86_stuff
- Owner: charlysan
- Created: 2023-04-02T21:51:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T20:50:51.000Z (about 2 years ago)
- Last Synced: 2024-01-09T18:12:24.451Z (about 2 years ago)
- Topics: 5150, 5160, 8086, 8088, bios, hercules, juko, pc-xt, reverse-engineering, xt, xtide
- Language: Python
- Homepage:
- Size: 1.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# x86 Stuff
This repository contains documents, guides and software related to x86 architecture (e.g. PC XT)
## XTIDE
Folder [xtide](./xtide) contains documents and misc files related to [XTIDE Universal BIOS](https://www.xtideuniversalbios.org/) project.
### Wiki
- [Hard disk emulation over serial port for PC XT clone using XTIDE](https://github.com/charlysan/x86_stuff/wiki/Hard-disk-emulation-over-serial-port-for-PC-XT-clone-using-XTIDE#table-of-contents)
- [Using PC XT ROM BASIC to host XTIDE BIOS](https://github.com/charlysan/x86_stuff/wiki/Using-PC-XT-ROM-BASIC-to-host-XTIDE-BIOS)
- [Capturing MDA/Hercules video using a logic analyzer](https://github.com/charlysan/x86_stuff/wiki/Capturing-monochrome-video-using-logic-analyzer)
## x86 misc reverse engineering
- [Reverse engineering Juko XT BIOS](https://github.com/charlysan/x86_stuff/wiki/Using-PC-XT-ROM-BASIC-to-host-XTIDE-BIOS#reverse-engineering-juko-xt-bios)
## Tools
- [Juko Tool](./juko/): command line tool that can be used to communicate with `TD3300A`
- [Logic Analyzer Video Capture Tool](./lavct/): python app used to render video screenshot captured by a logic analyzer
- [CGA tool](./tools/cga.asm): command line tool that can be used to manually initialize a CGA card in different modes.
## Floppy disk images
Misc. floppy disk images can be found [here](./floppy_raw/README.MD).