User:Iguessthislldo/libx86emu: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "placeholder")
 
No edit summary
Line 1: Line 1:
'''libx86emu''' is a compact C library for emulating a [[real mode]] or limited [[protected mode]] [[x86]] CPU. Like [[Virtual 8086 Mode]], it can be used to call [[BIOS]] functions from protected modes. Unlike virutal 8086 mode, it can be used directly in [[x86-64|long mode]]. It was created by the SciTech Software Inc. in the 1990's. It was integrated into XFree86, which was forked to create X.org, where it's used to access the [[VBE]] BIOS interrupts.
placeholder


=== External Links ===

[https://github.com/wfeldt/libx86emu libx86emu on GitHub]

Revision as of 18:30, 5 May 2021

libx86emu is a compact C library for emulating a real mode or limited protected mode x86 CPU. Like Virtual 8086 Mode, it can be used to call BIOS functions from protected modes. Unlike virutal 8086 mode, it can be used directly in long mode. It was created by the SciTech Software Inc. in the 1990's. It was integrated into XFree86, which was forked to create X.org, where it's used to access the VBE BIOS interrupts.


External Links

libx86emu on GitHub