W. M. Martinez 84ef817f5f Reduce CGA vertical res from 400 to 200.
Squashed commit of the following:

commit ee61aacb0aeeda069709dbea0a9bbd36732b2a9b
Author: W. M. Martinez <anikom15@gmail.com>
Date:   Mon May 15 11:02:21 2023 -0700

    Fix vertical border size.

commit d16a01fbd45589abd6c31e030af1d3e7b26732f8
Author: W. M. Martinez <anikom15@gmail.com>
Date:   Thu May 11 17:06:32 2023 -0700

    Adjust to get horizontal scaling correct (CGA)

commit 44e7df8e37cb13754b1705c7519b40c41b8eedca
Author: W. M. Martinez <anikom15@gmail.com>
Date:   Thu May 11 14:36:02 2023 -0700

    Revert "Fix rendering of med-res and high-res CGA."

    This reverts commit 219fbdbc138174620e93bcb394ed455291a0565a.

commit 9c2371654d0b8f0b2abf066e25c81fd5cf79ebe8
Author: W. M. Martinez <anikom15@gmail.com>
Date:   Thu May 11 12:24:02 2023 -0700

    Reduce CGA card output from 400 lines to 200

commit fd494cc0896e5b601ee782d9263dfa91c07a617b
Author: W. M. Martinez <anikom15@gmail.com>
Date:   Wed May 10 15:25:57 2023 -0700

    Fix header and add copyright.

commit 7cf0220acb15e6155c3d46fb1357c165130ec940
Author: W. M. Martinez <anikom15@gmail.com>
Date:   Mon May 8 23:54:18 2023 -0700

    Fix rendering of med-res and high-res CGA.

commit 901519b6ff801972c310ba5cd9bfa54578dd289a
Author: W. M. Martinez <anikom15@gmail.com>
Date:   Mon May 8 20:01:50 2023 -0700

    Adjust CGA driver to output true video resolution.

commit 6d2e3d5e1545a4970f794a391870ddb1088fd45c
Author: W. M. Martinez <anikom15@gmail.com>
Date:   Wed May 10 15:17:32 2023 -0700

    Revert "Add *.cfg is base dir for .gitignore"

    This reverts commit 01d7b507e9045af3ae88e2c18ca534c0025ee3de.

commit 661342884931dcae70df286e888012d4b3262d9a
Author: W. M. Martinez <anikom15@gmail.com>
Date:   Wed May 10 14:25:12 2023 -0700

    Add *.cfg is base dir for .gitignore
2023-05-15 11:11:21 -07:00
2023-01-07 14:09:51 -05:00
2023-02-28 00:03:43 -05:00
2023-05-04 21:12:13 +02:00
2023-04-10 10:11:32 +02:00
2023-02-28 00:03:43 -05:00
2023-05-04 21:12:13 +02:00
2023-02-28 00:03:43 -05:00

86Box

Build Status

86Box is a low level x86 emulator that runs older operating systems and software designed for IBM PC systems and compatibles from 1981 through fairly recent system designs based on the PCI bus.

Features

  • Easy to use interface inspired by mainstream hypervisor software
  • Low level emulation of 8086-based processors up to the Pentium with focus on accuracy
  • Great range of customizability of virtual machines
  • Many available systems, such as the very first IBM PC 5150 from 1981, or the more obscure IBM PS/2 line of systems based on the Micro Channel Architecture
  • Lots of supported peripherals including video adapters, sound cards, network adapters, hard disk controllers, and SCSI adapters
  • MIDI output to Windows built-in MIDI support, FluidSynth, or emulated Roland synthesizers
  • Supports running MS-DOS, older Windows versions, OS/2, many Linux distributions, or vintage systems such as BeOS or NEXTSTEP, and applications for these systems

Minimum system requirements and recommendations

  • Intel Core 2 or AMD Athlon 64 processor
  • Windows version: Windows 7 Service Pack 1, Windows 8.1 or Windows 10
  • Linux version: Ubuntu 16.04, Debian 9.0 or other distributions from 2016 onwards
  • macOS version: macOS High Sierra 10.13
  • 4 GB of RAM

Performance may vary depending on both host and guest configuration. Most emulation logic is executed in a single thread; therefore, systems with better IPC (instructions per clock) generally should be able to emulate higher clock speeds.

It is also recommended to use a manager application with 86Box for easier handling of multiple virtual machines.

It is also possible to use 86Box on its own with the --vmpath/-P command line option.

Getting started

See our documentation for an overview of the emulator's features and user interface.

Community

We operate an IRC channel and a Discord server for discussing 86Box, its development and anything related to retro computing. We look forward to hearing from you!

Visit our IRC channel

Visit our Discord server

Licensing

86Box is released under the GNU General Public License, version 2 or later. For more information, see the COPYING file in the root of the repository.

The emulator can also optionally make use of munt, FluidSynth, Ghostscript and Discord Game SDK, which are distributed under their respective licenses.

Donations

We do not charge you for the emulator but donations are still welcome: https://paypal.me/86Box.

You can also support the project on Patreon: https://www.patreon.com/86box.

Description
[soft fork] Emulator of x86-based machines.
Readme 130 MiB
Languages
C 88.7%
C++ 10.4%
HTML 0.4%
CMake 0.3%
Shell 0.2%