A hardware-independent library for executing real-mode x86 code http://www.codon.org.uk/~mjg59/libx86/
Go to file
2024-01-06 06:10:00 +01:00
libx86-0.99-ifmask.patch rebuilt with BACKEND=x86emu which makes it portable on non x86 archs (needs retest on x86) [release 1.1-2mamba;Wed Nov 21 2012] 2024-01-06 06:10:00 +01:00
libx86-1.1-add-pkgconfig.patch added pkgconfig patch [release 1.1-3mamba;Wed Aug 20 2014] 2024-01-06 06:10:00 +01:00
libx86.spec added pkgconfig patch [release 1.1-3mamba;Wed Aug 20 2014] 2024-01-06 06:10:00 +01:00
README.md rebuilt with BACKEND=x86emu which makes it portable on non x86 archs (needs retest on x86) [release 1.1-2mamba;Wed Nov 21 2012] 2024-01-06 06:10:00 +01:00

libx86

It's often useful to be able to make real-mode x86 BIOS calls from userland. lrmi provides a simple interface to this for x86 machines, but this doesn't help on other platforms. libx86 provides the lrmi interface, but will also run on platforms such as amd64 and alpha.