An open API service indexing awesome lists of open source software.

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

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).